Omkar008 commited on
Commit
c0c869a
·
verified ·
1 Parent(s): b15242c

Update services/location_service.py

Browse files
Files changed (1) hide show
  1. services/location_service.py +1 -1
services/location_service.py CHANGED
@@ -68,7 +68,7 @@ class LocationService:
68
  """
69
 
70
  @staticmethod
71
- async def get_coordinates(data:dict) -> Coordinates | ErrorResponse:
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: