Skip to content

Commit 0aa06b9

Browse files
mrhx01srittau
andauthored
Update stubs/Authlib/authlib/common/urls.pyi
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent 046db95 commit 0aa06b9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

stubs/Authlib/authlib/common/urls.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,5 @@ def extract_params(raw: None) -> None: ...
2222
@overload
2323
def extract_params(raw: dict[str, str]) -> _ExplodedQueryString: ...
2424
@overload
25-
def extract_params(raw: _ExplodedQueryString) -> _ExplodedQueryString: ...
26-
@overload
27-
def extract_params(raw: str) -> _ExplodedQueryString | None: ...
25+
def extract_params(raw: _ExplodedQueryString | tuple[tuple[str, str], ...] | str) -> _ExplodedQueryString | None: ...
2826
def is_valid_url(url: str, fragments_allowed: bool = True) -> bool: ...

0 commit comments

Comments
 (0)