diff options
Diffstat (limited to 'searx/__init__.py')
| -rw-r--r-- | searx/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/__init__.py b/searx/__init__.py index 5ee367d70..8977bac67 100644 --- a/searx/__init__.py +++ b/searx/__init__.py @@ -10,7 +10,6 @@ from os.path import dirname, abspath import logging import msgspec -import searx.unixthreadname # pylint: disable=unused-import # Debug LOG_FORMAT_DEBUG: str = '%(levelname)-7s %(name)-30.30s: %(message)s' |