Skip to content

Commit 3bb6177

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/ll_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ def builtin_len(self, val: Value, line: int, use_pyssize_t: bool = False) -> Val
24532453
else:
24542454
# Fallback: generic method call for non-native or ambiguous cases
24552455
length = self.gen_method_call(val, "__len__", [], int_rprimitive, line)
2456-
2456+
24572457
length = self.coerce(length, int_rprimitive, line)
24582458
ok, fail = BasicBlock(), BasicBlock()
24592459
cond = self.binary_op(length, Integer(0), ">=", line)

0 commit comments

Comments
 (0)