mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Fix various __all__-related errors and omissions (#8031)
This commit is contained in:
@@ -74,7 +74,7 @@ __all__ = [
|
||||
"untokenize",
|
||||
]
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
if sys.version_info >= (3, 7):
|
||||
__all__ += ["COLONEQUAL"]
|
||||
|
||||
_Coord: TypeAlias = tuple[int, int]
|
||||
|
||||
Reference in New Issue
Block a user