diff options
Diffstat (limited to 'searx/engines/command.py')
| -rw-r--r-- | searx/engines/command.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |