diff options
Diffstat (limited to 'searx/utils.py')
| -rw-r--r-- | searx/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/utils.py b/searx/utils.py index 7196f53e4..4d826bb34 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -1,7 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later """Utility functions for the engines""" -from __future__ import annotations import re import importlib |