Skip to content

Commit d80223b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ def gen_cleanup(self) -> None:
12591259
for gen in self.gens:
12601260
gen.gen_cleanup()
12611261

1262-
1262+
12631263
def get_expr_length(expr: Expression) -> int | None:
12641264
if isinstance(expr, (StrExpr, BytesExpr)):
12651265
return len(expr.value)

0 commit comments

Comments
 (0)