Skip to content

Commit c168990

Browse files
koaningadrianeboyd
andauthored
Missing jsonl import (#85)
* Missing jsonl import * formatted-with-black * Update srsly/__init__.py Co-authored-by: Adriane Boyd <[email protected]> --------- Co-authored-by: Adriane Boyd <[email protected]>
1 parent c85da00 commit c168990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

srsly/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from ._json_api import read_json, read_gzip_json, write_json, write_gzip_json
2+
from ._json_api import read_gzip_jsonl, write_gzip_jsonl
23
from ._json_api import read_jsonl, write_jsonl
34
from ._json_api import json_dumps, json_loads, is_json_serializable
45
from ._msgpack_api import read_msgpack, write_msgpack, msgpack_dumps, msgpack_loads

0 commit comments

Comments
 (0)