diff --git a/stdlib/2.7/urllib.pyi b/stdlib/2.7/urllib.pyi index 080f88a5f..8b129cf0c 100644 --- a/stdlib/2.7/urllib.pyi +++ b/stdlib/2.7/urllib.pyi @@ -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: