Skip to content

Commit 5aa1c56

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 87a85d1 commit 5aa1c56

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

mypy/fastparse.py

+1-11
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,7 @@
126126
import ast as ast3
127127

128128
# TODO: Index, ExtSlice are deprecated in 3.9.
129-
from ast import (
130-
AST,
131-
Attribute,
132-
Call,
133-
FunctionType,
134-
Index,
135-
Name,
136-
Starred,
137-
UnaryOp,
138-
USub,
139-
)
129+
from ast import AST, Attribute, Call, FunctionType, Index, Name, Starred, UnaryOp, USub
140130

141131

142132
def ast3_parse(

0 commit comments

Comments
 (0)