Skip to content

Commit 7b3ca5b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/irbuild/specialize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ def translate_fstring(builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Va
712712
exprs.append(item.args[0])
713713

714714
for i in range(len(exprs) - 1):
715+
715716
def get_literal_str(expr: Expression) -> str | None:
716717
# NOTE: not sure where I should put this helper, this file? somewhere else?
717718
if isinstance(expr, StrExpr):

0 commit comments

Comments
 (0)