Skip to content

Commit

Permalink
minor fix: indent spaces in comment-out (#16076)
Browse files Browse the repository at this point in the history
  • Loading branch information
qqpann authored Dec 15, 2022
1 parent cfe6487 commit 385e5e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/pl_loops/kfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ def test_step(self, batch: Any, batch_idx: int, dataloader_idx: int = 0) -> None
# self.reset(...) #
# self.on_run_start(...) #
# #
# while not self.done: #
# self.on_advance_start(...) #
# self.advance(...) #
# self.on_advance_end(...) #
# while not self.done: #
# self.on_advance_start(...) #
# self.advance(...) #
# self.on_advance_end(...) #
# #
# return self.on_run_end(...) #
# return self.on_run_end(...) #
#############################################################################################


Expand Down

0 comments on commit 385e5e2

Please sign in to comment.