diff options
Diffstat (limited to 'searx/weather.py')
| -rw-r--r-- | searx/weather.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/weather.py b/searx/weather.py index a57a60b51..e5cb92bed 100644 --- a/searx/weather.py +++ b/searx/weather.py @@ -1,7 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later """Implementations used for weather conditions and forecast.""" # pylint: disable=too-few-public-methods -from __future__ import annotations __all__ = [ "symbol_url", |