Skip to content

Commit b9fce59

Browse files
committed
housekeeping
1 parent 770312e commit b9fce59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

biothings/utils/serializer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def to_json(data, indent=False, sort_keys=False, return_bytes=False):
4444

4545
return byte_dump.decode()
4646

47-
# return orjson.dumps(data, default=orjson_default, option=option).decode()
48-
4947

5048
def to_json_file(data, fobj, indent=False, sort_keys=False):
5149
json_str = to_json(data, indent=indent, sort_keys=sort_keys)

0 commit comments

Comments
 (0)