diff options
Diffstat (limited to 'searx/cache.py')
| -rw-r--r-- | searx/cache.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/cache.py b/searx/cache.py index 21bd09fd7..0de482363 100644 --- a/searx/cache.py +++ b/searx/cache.py @@ -5,8 +5,6 @@ ---- """ -from __future__ import annotations - __all__ = ["ExpireCacheCfg", "ExpireCacheStats", "ExpireCache", "ExpireCacheSQLite"] import abc |