Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Skipper Seabold committed Apr 30, 2018
1 parent 4cc59f8 commit 3f18456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/read_json_twice.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
json_file = open('data/health_inspection_chi_sample.json')

for line in json_file:
pass
pass

print(json_file.tell())

Expand Down

0 comments on commit 3f18456

Please sign in to comment.