diff options
Diffstat (limited to 'searx/favicons/resolvers.py')
| -rw-r--r-- | searx/favicons/resolvers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/favicons/resolvers.py b/searx/favicons/resolvers.py index bde5ae2b8..1c9e192b6 100644 --- a/searx/favicons/resolvers.py +++ b/searx/favicons/resolvers.py @@ -6,7 +6,6 @@ timeout``) and returns a tuple ``(data, mime)``. """ -from __future__ import annotations __all__ = ["DEFAULT_RESOLVER_MAP", "allesedv", "duckduckgo", "google", "yandex"] |