Skip to content

Commit 5bc0c10

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/format_str_tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)
1313
from mypy.errors import Errors
1414
from mypy.messages import MessageBuilder
15-
from mypy.nodes import Context, Expression, StrExpr
15+
from mypy.nodes import Context, Expression
1616
from mypy.options import Options
1717
from mypyc.ir.ops import Integer, Value
1818
from mypyc.ir.rtypes import (

0 commit comments

Comments
 (0)