mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 13:49:09 -04:00
added containers dir
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user