fix: update the cookies type hint for the mcp server

This commit is contained in:
Karim shoair
2025-12-28 00:08:44 +02:00
parent a4ad6b5fce
commit 1b838eabd0
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ if TYPE_CHECKING: # pragma: no cover
load_dom: bool
wait_selector: Optional[str]
wait_selector_state: SelectorWaitStates
cookies: Sequence[SetCookieParam]
cookies: Sequence[SetCookieParam] | None
google_search: bool
wait: int | float
timezone_id: str | None