diff options
Diffstat (limited to 'searx/locales.py')
| -rw-r--r-- | searx/locales.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/locales.py b/searx/locales.py index bb22aa0b1..baa2c23eb 100644 --- a/searx/locales.py +++ b/searx/locales.py @@ -26,7 +26,6 @@ SearXNG’s locale implementations ================================ """ -from __future__ import annotations import typing as t from pathlib import Path |