We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86d4bc commit d6fad56Copy full SHA for d6fad56
1 file changed
jsoncsv/jsontool.py
@@ -140,7 +140,6 @@ def convert_json(fin, fout, func, separator=".", safe=False, json_array=False):
140
141
# default: read json objects from each line
142
def gen_objs():
143
- print(type(fin))
144
for line in fin:
145
obj = json.loads(line)
146
yield obj
0 commit comments