diff --git a/stdlib/3/urllib/request.pyi b/stdlib/3/urllib/request.pyi index a1a556813fef..e096ef4ef7f8 100644 --- a/stdlib/3/urllib/request.pyi +++ b/stdlib/3/urllib/request.pyi @@ -13,7 +13,7 @@ import sys import os _T = TypeVar('_T') -_UrlopenRet = Union[_HTTPResponse, addinfourl] +_UrlopenRet = Any class _HTTPResponse(HTTPResponse): url: str