diff options
| author | 2019-05-01 16:15:42 +0100 | |
|---|---|---|
| committer | 2019-05-01 16:15:42 +0100 | |
| commit | 6e25505bba02a461368f04d38170c871327d1ecc (patch) | |
| tree | d6476c7f55495fbdbfe323cd88552161c35c0a79 /modules/location.py | |
| parent | Move 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
Diffstat (limited to 'modules/location.py')
| -rw-r--r-- | modules/location.py | 1 |
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" |
