Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2023
1 parent 87a85d1 commit 5aa1c56
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions mypy/fastparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,7 @@
import ast as ast3

# TODO: Index, ExtSlice are deprecated in 3.9.
from ast import (
AST,
Attribute,
Call,
FunctionType,
Index,
Name,
Starred,
UnaryOp,
USub,
)
from ast import AST, Attribute, Call, FunctionType, Index, Name, Starred, UnaryOp, USub


def ast3_parse(
Expand Down

0 comments on commit 5aa1c56

Please sign in to comment.