justKevv commited on
Commit
61542b7
·
1 Parent(s): 456ba4c
Files changed (1) hide show
  1. app/services/ranking.py +1 -1
app/services/ranking.py CHANGED
@@ -27,7 +27,7 @@ def save_geo_cache():
27
 
28
  load_geo_cache()
29
 
30
- def geo_coords(city_name: str) -> tuple | None:
31
  """
32
  Geocodes a city name to (latitude, longitude).
33
  Uses an in-memory cache to avoid repeated API calls.
 
27
 
28
  load_geo_cache()
29
 
30
+ def geo_coords(city_name: str) -> tuple:
31
  """
32
  Geocodes a city name to (latitude, longitude).
33
  Uses an in-memory cache to avoid repeated API calls.