aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-01 16:15:42 +0100
committerGravatar jesopo2019-05-01 16:15:42 +0100
commit6e25505bba02a461368f04d38170c871327d1ecc (patch)
treed6476c7f55495fbdbfe323cd88552161c35c0a79
parentMove isgd.py to shorturl.py and switch back to using bit.ly (diff)
signature
Remove `import pytz` from location.py, we don't use it
-rw-r--r--modules/location.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/location.py b/modules/location.py
index 284ee3ad..807fd33c 100644
--- a/modules/location.py
+++ b/modules/location.py
@@ -1,5 +1,4 @@
from src import ModuleManager, utils
-import pytz
URL_OPENCAGE = "https://api.opencagedata.com/geocode/v1/json"