mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 02:57:14 +08:00
Several packages always auto-import certain submodules on import (#1752)
* Importing yaml implies yaml.resolver * Importing six implies six.moves * Importing requests implies requests.packages
This commit is contained in:
committed by
Jelle Zijlstra
parent
7737e519a3
commit
821c765991
1
third_party/3/six/__init__.pyi
vendored
1
third_party/3/six/__init__.pyi
vendored
@@ -29,6 +29,7 @@ from mypy_extensions import NoReturn
|
||||
from io import StringIO as StringIO, BytesIO as BytesIO
|
||||
from builtins import next as next
|
||||
from functools import wraps as wraps
|
||||
from . import moves
|
||||
|
||||
_T = TypeVar('_T')
|
||||
_K = TypeVar('_K')
|
||||
|
||||
Reference in New Issue
Block a user