summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/engines/test_command.py')
-rw-r--r--tests/unit/engines/test_command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/engines/test_command.py b/tests/unit/engines/test_command.py
index 0aa1c6201..8f88b617e 100644
--- a/tests/unit/engines/test_command.py
+++ b/tests/unit/engines/test_command.py
@@ -14,7 +14,6 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
'''
-from sys import version_info
from searx.engines import command as command_engine
from searx.testing import SearxTestCase