mirror of
https://github.com/searxng/searxng.git
synced 2025-09-07 10:48:32 +02:00
[mod] drop: from __future__ import annotations
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
57b9673efb
commit
f24d85bc4b
67 changed files with 15 additions and 68 deletions
|
@ -3,7 +3,7 @@
|
|||
(:py:obj:`flask.request.remote_addr`) behind a proxy chain."""
|
||||
# pylint: disable=too-many-branches
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import typing as t
|
||||
|
||||
from collections import abc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue