From a2621c28dc5785a041c778d1e453c9c6ca5f1763 Mon Sep 17 00:00:00 2001 From: A Samuel Pottinger Date: Fri, 20 Dec 2024 21:01:44 +0000 Subject: [PATCH] Another export fix for #96. --- export_tasks.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/export_tasks.py b/export_tasks.py index 2b6dd0d..742256f 100644 --- a/export_tasks.py +++ b/export_tasks.py @@ -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):