We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046db95 commit 0aa06b9Copy full SHA for 0aa06b9
1 file changed
stubs/Authlib/authlib/common/urls.pyi
@@ -22,7 +22,5 @@ def extract_params(raw: None) -> None: ...
22
@overload
23
def extract_params(raw: dict[str, str]) -> _ExplodedQueryString: ...
24
25
-def extract_params(raw: _ExplodedQueryString) -> _ExplodedQueryString: ...
26
-@overload
27
-def extract_params(raw: str) -> _ExplodedQueryString | None: ...
+def extract_params(raw: _ExplodedQueryString | tuple[tuple[str, str], ...] | str) -> _ExplodedQueryString | None: ...
28
def is_valid_url(url: str, fragments_allowed: bool = True) -> bool: ...
0 commit comments