mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Updates to naming, pylint fixing
This commit is contained in:
parent
118a748fba
commit
27aa9c4cb1
4 changed files with 17 additions and 14 deletions
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
import typing
|
||||
import inspect
|
||||
import logging
|
||||
from json import JSONDecodeError
|
||||
from urllib.parse import urlparse
|
||||
from httpx import HTTPError, HTTPStatusError
|
||||
import logging
|
||||
from searx.exceptions import (
|
||||
SearxXPathSyntaxException,
|
||||
SearxEngineXPathException,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue