diff options
Diffstat (limited to 'searx/data/core.py')
| -rw-r--r-- | searx/data/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/data/core.py b/searx/data/core.py index 32a23e48b..b057a8f55 100644 --- a/searx/data/core.py +++ b/searx/data/core.py @@ -1,6 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later # pylint: disable=missing-module-docstring -from __future__ import annotations + import pathlib |