Spaces:
Running
Running
Update services/location_service.py
Browse files
services/location_service.py
CHANGED
@@ -43,7 +43,7 @@ class LocationService:
|
|
43 |
"""
|
44 |
|
45 |
@staticmethod
|
46 |
-
def get_coordinates(data:dict
|
47 |
print("Inside get coordinates")
|
48 |
print(data)
|
49 |
try:
|
|
|
43 |
"""
|
44 |
|
45 |
@staticmethod
|
46 |
+
def get_coordinates(data:dict) -> Coordinates | ErrorResponse:
|
47 |
print("Inside get coordinates")
|
48 |
print(data)
|
49 |
try:
|