Skip to content

Commit a7fef52

Browse files
Update policy.py
1 parent 54511fb commit a7fef52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def apply(self, silent: bool = False) -> bool:
9292
for partner in self.partners:
9393
self.send_email(target=partner)
9494

95-
# TODO: Step 7: If enabled, extend deadlines on Gradescope.
95+
# Step 7: If enabled, extend deadlines on Gradescope.
9696
if not silent:
9797
self.extend_assignments(target=self.student)
9898
if self.partners:

0 commit comments

Comments
 (0)