Spaces:
Running
Running
Update services/location_service.py
Browse files
services/location_service.py
CHANGED
@@ -68,7 +68,7 @@ class LocationService:
|
|
68 |
"""
|
69 |
|
70 |
@staticmethod
|
71 |
-
|
72 |
print("Inside get coordinates")
|
73 |
print(data)
|
74 |
try:
|
|
|
68 |
"""
|
69 |
|
70 |
@staticmethod
|
71 |
+
def get_coordinates(data:dict) -> Coordinates | ErrorResponse:
|
72 |
print("Inside get coordinates")
|
73 |
print(data)
|
74 |
try:
|