From 5aa1c56927349d03bf556fdabadf28b75a954fe5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 22:24:19 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- mypy/fastparse.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/mypy/fastparse.py b/mypy/fastparse.py index f62016944fddd..e2907644178d4 100644 --- a/mypy/fastparse.py +++ b/mypy/fastparse.py @@ -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(