chore: migrating to ruff and updating pre-commit hooks
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
from .custom import (BaseFetcher, Response, StatusText, check_if_engine_usable,
|
||||
check_type_validity, get_variable_name)
|
||||
from .fingerprints import (generate_convincing_referer, generate_headers,
|
||||
get_os_name)
|
||||
from .navigation import (async_intercept_route, construct_cdp_url,
|
||||
construct_proxy_dict, intercept_route, js_bypass_path)
|
||||
from .custom import (
|
||||
BaseFetcher,
|
||||
Response,
|
||||
StatusText,
|
||||
check_if_engine_usable,
|
||||
check_type_validity,
|
||||
get_variable_name,
|
||||
)
|
||||
from .fingerprints import generate_convincing_referer, generate_headers, get_os_name
|
||||
from .navigation import (
|
||||
async_intercept_route,
|
||||
construct_cdp_url,
|
||||
construct_proxy_dict,
|
||||
intercept_route,
|
||||
js_bypass_path,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user