Skip to content

Commit 7881b8b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7726c2d commit 7881b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
TypeAlias,
3030
Var,
3131
)
32-
from mypy.types import LiteralType, TupleType, get_proper_type, get_proper_types
32+
from mypy.types import LiteralType, TupleType, get_proper_type
3333
from mypyc.ir.ops import (
3434
ERR_NEVER,
3535
BasicBlock,

0 commit comments

Comments
 (0)