We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750faa commit 5bc0c10Copy full SHA for 5bc0c10
mypyc/irbuild/format_str_tokenizer.py
@@ -12,7 +12,7 @@
12
)
13
from mypy.errors import Errors
14
from mypy.messages import MessageBuilder
15
-from mypy.nodes import Context, Expression, StrExpr
+from mypy.nodes import Context, Expression
16
from mypy.options import Options
17
from mypyc.ir.ops import Integer, Value
18
from mypyc.ir.rtypes import (
0 commit comments