Omkar008 commited on
Commit
26c3600
·
verified ·
1 Parent(s): 77267d4

Update services/location_service.py

Browse files
Files changed (1) hide show
  1. services/location_service.py +1 -1
services/location_service.py CHANGED
@@ -43,7 +43,7 @@ class LocationService:
43
  """
44
 
45
  @staticmethod
46
- def get_coordinates(data:dict,model) -> Coordinates | ErrorResponse:
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: