mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +08:00
Fix Tuple being imported twice in ast.pyi (#442)
This commit is contained in:
committed by
Matthias Kramm
parent
9715995b2d
commit
89091458ed
@@ -1,7 +1,7 @@
|
||||
# Python 2.7 ast
|
||||
|
||||
import typing
|
||||
from typing import Any, Tuple, Iterator, Union
|
||||
from typing import Any, Iterator, Union
|
||||
|
||||
from _ast import (
|
||||
Add, alias, And, arguments, Assert, Assign, AST, Attribute, AugAssign,
|
||||
|
||||
Reference in New Issue
Block a user