We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbe98c commit c94eb4aCopy full SHA for c94eb4a
functions-python/reverse_geolocation/requirements.txt
@@ -26,4 +26,5 @@ google-cloud-storage
26
# Additional packages for this function
27
pycountry
28
shapely
29
-gtfs-kit
+gtfs-kit
30
+matplotlib
functions-python/reverse_geolocation/src/reverse_geolocation_processor.py
@@ -14,7 +14,7 @@
14
from database_gen.sqlacodegen_models import Geopolygon
15
from helpers.database import start_db_session
16
from helpers.logger import Logger
17
-from reverse_geolocation.src.common import ERROR_STATUS_CODE
+from common import ERROR_STATUS_CODE
18
19
# Initialize logging
20
logging.basicConfig(level=logging.INFO)
0 commit comments