From a71862be644ac0f698d1c7dcacc8ec75d556fd00 Mon Sep 17 00:00:00 2001 From: Nahuel Lofeudo Date: Sun, 23 Apr 2023 15:53:53 +0100 Subject: [PATCH] Why on Earth was I loading shapes.txt??? --- gtfs_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gtfs_client.py b/gtfs_client.py index 3ef7ebc..1ea4b06 100644 --- a/gtfs_client.py +++ b/gtfs_client.py @@ -57,7 +57,6 @@ class GTFSClient(): """ FILES_TO_LOAD = [ # List of feed files to load. stop_times.txt is loaded separately. - 'shapes.txt', 'trips.txt', 'routes.txt', 'calendar.txt',