mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 17:18:30 +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/2/six/__init__.pyi
vendored
1
third_party/2/six/__init__.pyi
vendored
@@ -15,6 +15,7 @@ from mypy_extensions import NoReturn
|
||||
from __builtin__ import unichr as unichr
|
||||
from StringIO import StringIO as StringIO, StringIO as BytesIO
|
||||
from functools import wraps as wraps
|
||||
from . import moves
|
||||
|
||||
|
||||
_T = TypeVar('_T')
|
||||
|
||||
Reference in New Issue
Block a user