Skip to content

Commit

Permalink
Drop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm committed Feb 14, 2024
1 parent f7bc3f5 commit a2f0bf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ print(json.dumps(query.to_jvalue(), indent=2))
results = query.eval(BuiltInEnv() | CommCareHqEnv(api_client) | JsonPathEnv())
if len(list(env.emitted_tables())) > 0:
# with Excel2007TableWriter("excel-output.xlsx") as writer:
with StreamingMarkdownTableWriter(sys.stdout) as writer:
for table in env.emitted_tables():
writer.write_table(table)
Expand Down

0 comments on commit a2f0bf6

Please sign in to comment.