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/plugins | |
| parent | 6489a560ea9cbd8087f9872a8494f6d8ec76bf75 (diff) | |
| parent | 3038052c79ed16d4e32be9680b426b7a765f4f01 (diff) | |
Merge pull request #2288 from dalf/lint
[mod] remove unused import
Diffstat (limited to 'searx/plugins')
| -rw-r--r-- | searx/plugins/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/plugins/__init__.py b/searx/plugins/__init__.py index 8221f7c1d..fe7ae0578 100644 --- a/searx/plugins/__init__.py +++ b/searx/plugins/__init__.py @@ -20,7 +20,6 @@ from importlib import import_module from os import listdir, makedirs, remove, stat, utime from os.path import abspath, basename, dirname, exists, join from shutil import copyfile -from traceback import print_exc from searx import logger, settings, static_path |