Skip to content

Commit 8e99a07

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828
TypeAlias,
2929
Var,
3030
)
31-
from mypy.types import (
32-
TupleType,
33-
get_proper_type,
34-
)
31+
from mypy.types import TupleType, get_proper_type
3532
from mypyc.ir.ops import (
3633
ERR_NEVER,
3734
BasicBlock,

0 commit comments

Comments
 (0)