From d4540dca2e38bc5d973a66eeb7970e6fff092759 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Wed, 16 Mar 2016 12:03:23 -0700 Subject: [PATCH] remove superfluous type comment in urllib.pyi --- stdlib/2.7/urllib.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: