diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-06-03 16:17:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 16:17:36 +0200 |
| commit | ac6c6670411aacc23daad212f41ce656bebe0f2a (patch) | |
| tree | e51c29aeebc52cd0c2cb3daa45fbfacf396cd778 /searx/network | |
| parent | a408dd37e762d30157f4c224f638b450f132ff1f (diff) | |
| parent | 2de007138ca1820e865c574cc13429d5da3f019f (diff) | |
Merge pull request #1280 from searxng/dependabot/pip/master/pylint-2.14.0
Bump pylint from 2.13.9 to 2.14.0
Diffstat (limited to 'searx/network')
| -rw-r--r-- | searx/network/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/network/__init__.py b/searx/network/__init__.py index e8dddd6a0..06c9f75a4 100644 --- a/searx/network/__init__.py +++ b/searx/network/__init__.py @@ -13,7 +13,7 @@ from typing import Iterable, Tuple import httpx import anyio -from .network import get_network, initialize, check_network_configuration +from .network import get_network, initialize, check_network_configuration # pylint:disable=cyclic-import from .client import get_loop from .raise_for_httperror import raise_for_httperror |