Skip to content

Commit abc7403

Browse files
committed
Remove line - thanks Adam!
1 parent 40f97cc commit abc7403

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/examples/schedule/transform_a_payload_according_to_a_schedule.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def example_schedule() -> Module:
7575
schedule_module = example_schedule()
7676
# Actual schedule is defined by the contained transfomr.named_sequence:
7777
schedule: transform.NamedSequenceOp = schedule_module.body.operations[0]
78-
schedule_module.body
7978

8079
schedule.apply(payload) # The actual transformation happens here.
8180

0 commit comments

Comments
 (0)