Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 22, 2020
1 parent 50f041d commit f4c4d2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dataflows/processors/dumpers/file_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,3 @@ def write_transformed_row(self, transformed_row):
def finalize_file(self):
super(GeoJSONFormat, self).finalize_file()
self.writer.write('}')




0 comments on commit f4c4d2b

Please sign in to comment.