Skip to content

Commit f4b7b5a

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
from mypy.nodes import (
1313
ARG_POS,
14-
BytesExpr,
1514
CallExpr,
1615
DictionaryComprehension,
1716
Expression,
@@ -23,10 +22,8 @@
2322
RefExpr,
2423
SetExpr,
2524
StarExpr,
26-
StrExpr,
2725
TupleExpr,
2826
TypeAlias,
29-
Var,
3027
)
3128
from mypyc.ir.ops import (
3229
ERR_NEVER,

0 commit comments

Comments
 (0)