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',