remove superfluous type comment in urllib.pyi

This commit is contained in:
Matthias Kramm
2016-03-16 12:03:23 -07:00
parent b7eedfa07c
commit d4540dca2e

View File

@@ -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: