Skip to content

Commit 1842f8c

Browse files
pre-commit-ci[bot]BobTheBuidler
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 88cb8c9 commit 1842f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ def begin_body(self) -> None:
10201020
for i, item_type in enumerate(self.rtuple_type.types):
10211021
# Directly access the struct field for each RTuple element
10221022
value = builder.add(TupleGet(self.expr_reg, i, line))
1023-
#value = builder.coerce(value, item_type, line)
1023+
# value = builder.coerce(value, item_type, line)
10241024
builder.assign(builder.get_assignment_target(self.index), value, line)
10251025
self.body_insts()
10261026

0 commit comments

Comments
 (0)