Skip to content

Commit c94eb4a

Browse files
committed
fix: reverse geolocation import
1 parent 4fbe98c commit c94eb4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

functions-python/reverse_geolocation/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ google-cloud-storage
2626
# Additional packages for this function
2727
pycountry
2828
shapely
29-
gtfs-kit
29+
gtfs-kit
30+
matplotlib

functions-python/reverse_geolocation/src/reverse_geolocation_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from database_gen.sqlacodegen_models import Geopolygon
1515
from helpers.database import start_db_session
1616
from helpers.logger import Logger
17-
from reverse_geolocation.src.common import ERROR_STATUS_CODE
17+
from common import ERROR_STATUS_CODE
1818

1919
# Initialize logging
2020
logging.basicConfig(level=logging.INFO)

0 commit comments

Comments
 (0)