mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Remove __all__ = ... from stubs (#2161)
The presence of a __all__ causes everything to not get picked up by import *, which among other things breaks the new six.moves stubs.
This commit is contained in:
committed by
GitHub
parent
c55cf13d8e
commit
2ba90a65c0
@@ -4,7 +4,6 @@ import sys
|
||||
|
||||
_Str = Union[bytes, str]
|
||||
|
||||
__all__ = ... # type: Tuple[str]
|
||||
|
||||
uses_relative = ... # type: List[str]
|
||||
uses_netloc = ... # type: List[str]
|
||||
|
||||
Reference in New Issue
Block a user