Skip to content

Commit 13a89e0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 89d51dc commit 13a89e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mypyc/irbuild/constant_fold.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
UnaryExpr,
3030
Var,
3131
)
32-
from mypy.types import (
33-
LiteralType,
34-
TupleType,
35-
)
32+
from mypy.types import LiteralType, TupleType
3633
from mypyc.irbuild.builder import IRBuilder
3734
from mypyc.irbuild.util import bytes_from_str
3835

0 commit comments

Comments
 (0)