diff options
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 9b590eeab..4be087a09 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -2,7 +2,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later """WebApp""" # pylint: disable=use-dict-literal -from __future__ import annotations import json import os |