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 --- searx/engines/command.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/engines/command.py') diff --git a/searx/engines/command.py b/searx/engines/command.py index 1b73861f7..08ee5da06 100644 --- a/searx/engines/command.py +++ b/searx/engines/command.py @@ -18,7 +18,6 @@ import re from os.path import expanduser, isabs, realpath, commonprefix from shlex import split as shlex_split from subprocess import Popen, PIPE -from time import time from threading import Thread from searx import logger -- cgit v1.2.3