We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5587d5b commit a86235bCopy full SHA for a86235b
jsonl.py
@@ -369,15 +369,15 @@ def load_archive(
369
370
371
def dump_archive(
372
- path,
373
- data,
374
- /,
375
- *,
376
- opener=None,
377
- text_mode=True,
378
- dump_if_empty=True,
379
- json_dumps=None,
380
- **json_dumps_kwargs,
+ path,
+ data,
+ /,
+ *,
+ opener=None,
+ text_mode=True,
+ dump_if_empty=True,
+ json_dumps=None,
+ **json_dumps_kwargs,
381
):
382
"""
383
Dump multiple JSON Lines items into an archive file (zip or tar) with the specified path.
0 commit comments