diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-11-14 14:24:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 14:24:45 +0100 |
| commit | 4f18faebe17805ab89ec74e76d722fa64fc2418c (patch) | |
| tree | 6550ad32ecd9e2f47b5562a5561b39f61c7b8807 /searx/engines/currency_convert.py | |
| parent | 6489a560ea9cbd8087f9872a8494f6d8ec76bf75 (diff) | |
| parent | 3038052c79ed16d4e32be9680b426b7a765f4f01 (diff) | |
Merge pull request #2288 from dalf/lint
[mod] remove unused import
Diffstat (limited to 'searx/engines/currency_convert.py')
| -rw-r--r-- | searx/engines/currency_convert.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/searx/engines/currency_convert.py b/searx/engines/currency_convert.py index 4a82cfdca..0e91d31e9 100644 --- a/searx/engines/currency_convert.py +++ b/searx/engines/currency_convert.py @@ -1,10 +1,7 @@ import json import re import unicodedata - -from datetime import datetime - -from searx.data import CURRENCIES +from searx.data import CURRENCIES # NOQA categories = [] |