Updates to naming, pylint fixing

This commit is contained in:
Grant Lanham 2024-08-25 16:34:10 -04:00
parent 118a748fba
commit 27aa9c4cb1
4 changed files with 17 additions and 14 deletions

View file

@ -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,