Skip to content

Commit d6fad56

Browse files
committed
fix error
1 parent d86d4bc commit d6fad56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

jsoncsv/jsontool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def convert_json(fin, fout, func, separator=".", safe=False, json_array=False):
140140

141141
# default: read json objects from each line
142142
def gen_objs():
143-
print(type(fin))
144143
for line in fin:
145144
obj = json.loads(line)
146145
yield obj

0 commit comments

Comments
 (0)