From 3038052c79ed16d4e32be9680b426b7a765f4f01 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 2 Nov 2020 11:19:53 +0100 Subject: [mod] remove unused import use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests --- tests/unit/engines/test_command.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/unit/engines/test_command.py') 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 -- cgit v1.2.3