diff options
Diffstat (limited to 'searx/data/currencies.py')
| -rw-r--r-- | searx/data/currencies.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/data/currencies.py b/searx/data/currencies.py index 504f43ae5..3378a5022 100644 --- a/searx/data/currencies.py +++ b/searx/data/currencies.py @@ -1,7 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later """Simple implementation to store currencies data in a SQL database.""" -from __future__ import annotations __all__ = ["CurrenciesDB"] |