Skip to content

Commit eda162b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 091b3e0 commit eda162b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
TypeAlias,
2929
Var,
3030
)
31-
from mypy.types import (
32-
TupleType,
33-
)
31+
from mypy.types import TupleType
3432
from mypyc.ir.ops import (
3533
ERR_NEVER,
3634
BasicBlock,

0 commit comments

Comments
 (0)