Skip to content

Commit 99e44d3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 62dbc11 commit 99e44d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,9 @@ class ForSequence(ForGenerator):
796796

797797
length_reg: Value | AssignmentTarget | None
798798

799-
def init(self, expr_reg: Value, target_type: RType, reverse: bool, length: Value | None = None) -> None:
799+
def init(
800+
self, expr_reg: Value, target_type: RType, reverse: bool, length: Value | None = None
801+
) -> None:
800802
assert is_sequence_rprimitive(expr_reg.type), expr_reg
801803
builder = self.builder
802804
# Record a Value indicating the length of the sequence, if known at compile time.

0 commit comments

Comments
 (0)