added containers dir

This commit is contained in:
2026-04-10 20:48:24 -04:00
parent ee34a0986b
commit face93262f
6 changed files with 32 additions and 70 deletions

View File

@@ -34,7 +34,6 @@ DEFAULT_COUNT = 100
SEED = 42
def load_bills(csv_path: Path, count: int) -> list[tuple[str, str]]:
"""Return up to `count` (bill_id, text_content) tuples with non-empty text."""
csv.field_size_limit(sys.maxsize)