Spaces:
Build error
Build error
Commit ·
6370bc0
1
Parent(s): 1dc4478
Refactor weather.py: Remove unused geopy.distance import
Browse files- weather.py +0 -1
weather.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
import requests
|
| 2 |
import itertools
|
| 3 |
-
from geopy.distance import geodesic
|
| 4 |
|
| 5 |
# Replace with your OpenWeather API key
|
| 6 |
API_KEY = '9811dd1481209c64fba6cb2c90f27140'
|
|
|
|
| 1 |
import requests
|
| 2 |
import itertools
|
|
|
|
| 3 |
|
| 4 |
# Replace with your OpenWeather API key
|
| 5 |
API_KEY = '9811dd1481209c64fba6cb2c90f27140'
|