From ee65d5ac8b5f0e7eba099df40ba57aead098dde9 Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Mon, 3 Feb 2025 20:16:39 +0800 Subject: [PATCH] :art: fix pre-commit.ci --- zhenxun/utils/http_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhenxun/utils/http_utils.py b/zhenxun/utils/http_utils.py index 1d063231..79149674 100644 --- a/zhenxun/utils/http_utils.py +++ b/zhenxun/utils/http_utils.py @@ -471,7 +471,7 @@ class AsyncPlaywright: wait_until: ( Literal["domcontentloaded", "load", "networkidle"] | None ) = "networkidle", - timeout: float | None = None, + timeout: float | None = None, # noqa: ASYNC109 type_: Literal["jpeg", "png"] | None = None, user_agent: str | None = None, cookies: list[dict[str, Any]] | dict[str, Any] | None = None,