diff options
| author | jules@lens <julescarbon@gmail.com> | 2019-02-20 16:21:53 +0100 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2019-02-20 16:21:53 +0100 |
| commit | e0038fbc4b891fe4393acfad8d9755fa1834278e (patch) | |
| tree | c35aa2d2b0a76c10e57904ed1f41f5a7dcdd4870 /megapixels/app/utils/api_utils.py | |
| parent | 225b7936cd1b80effa4bf77b1ffc3c92a8f17526 (diff) | |
| parent | 9b97ddf7e1bc1febc4066cd5e083cee688d77027 (diff) | |
mergez
Diffstat (limited to 'megapixels/app/utils/api_utils.py')
| -rw-r--r-- | megapixels/app/utils/api_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/app/utils/api_utils.py b/megapixels/app/utils/api_utils.py index d9d67425..a4dad501 100644 --- a/megapixels/app/utils/api_utils.py +++ b/megapixels/app/utils/api_utils.py @@ -3,7 +3,7 @@ import urllib import urllib.request from app.settings import app_cfg -from app.utils import file_utils, im_utils, logger_utils +from app.utils import logger_utils class WikipediaAPI: |
