diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/test_locales.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/test_locales.py b/tests/unit/test_locales.py index 34b721806..d08f27fdc 100644 --- a/tests/unit/test_locales.py +++ b/tests/unit/test_locales.py @@ -3,7 +3,6 @@ """Test some code from module :py:obj:`searx.locales`""" -from __future__ import annotations from parameterized import parameterized from searx import locales from searx.sxng_locales import sxng_locales |