Skip to content

Commit

Permalink
Another export fix for #96.
Browse files Browse the repository at this point in the history
  • Loading branch information
sampottinger committed Dec 20, 2024
1 parent 8b4816e commit a2621c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions export_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,7 @@ def requires(self):
"""
return [
HistExportSubTask(geohash_size=4, historic=False),
HistExportSubTask(geohash_size=4, historic=True),
HistExportSubTask(geohash_size=5, historic=False),
HistExportSubTask(geohash_size=5, historic=True)
HistExportSubTask(geohash_size=5, historic=False)
]

def output(self):
Expand Down

0 comments on commit a2621c2

Please sign in to comment.