mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
remove superfluous type comment in urllib.pyi
This commit is contained in:
@@ -128,7 +128,7 @@ def quote(s: str, safe=...) -> str: ...
|
||||
def quote_plus(s: str, safe=...) -> str: ...
|
||||
def urlencode(query: Union[Sequence[Tuple[Any, Any]], Mapping[Any, Any]], doseq=...) -> str: ...
|
||||
|
||||
def getproxies() -> Mapping[str, str]: ... # type: Any
|
||||
def getproxies() -> Mapping[str, str]: ...
|
||||
def proxy_bypass(host): ...
|
||||
|
||||
# Names in __all__ with no definition:
|
||||
|
||||
Reference in New Issue
Block a user