diff options
author | Alexandre Flament <alex@al-f.net> | 2020-09-10 18:08:14 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2020-09-22 19:05:05 +0200 |
commit | 485a502b886bc7fb8a806ffc576b0eec99990a5c (patch) | |
tree | b99473bb34420d73d9d68c174963ea8d4e23b8a4 /tests | |
parent | 678699beaf97184a9059b0c6514b1a51c7e6dfd0 (diff) | |
download | searxng-485a502b886bc7fb8a806ffc576b0eec99990a5c.tar.gz searxng-485a502b886bc7fb8a806ffc576b0eec99990a5c.zip |
[mod] add typing and __slots__
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/test_search.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_search.py b/tests/unit/test_search.py index bd302c741..36135913c 100644 --- a/tests/unit/test_search.py +++ b/tests/unit/test_search.py @@ -3,6 +3,7 @@ from searx.testing import SearxTestCase from searx.search import SearchQuery, EngineRef import searx.search +import searx.engines SAFESEARCH = 0 |