mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🎨 fix pre-commit.ci
This commit is contained in:
parent
0c155bc2b8
commit
ee65d5ac8b
@ -471,7 +471,7 @@ class AsyncPlaywright:
|
|||||||
wait_until: (
|
wait_until: (
|
||||||
Literal["domcontentloaded", "load", "networkidle"] | None
|
Literal["domcontentloaded", "load", "networkidle"] | None
|
||||||
) = "networkidle",
|
) = "networkidle",
|
||||||
timeout: float | None = None,
|
timeout: float | None = None, # noqa: ASYNC109
|
||||||
type_: Literal["jpeg", "png"] | None = None,
|
type_: Literal["jpeg", "png"] | None = None,
|
||||||
user_agent: str | None = None,
|
user_agent: str | None = None,
|
||||||
cookies: list[dict[str, Any]] | dict[str, Any] | None = None,
|
cookies: list[dict[str, Any]] | dict[str, Any] | None = None,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user