Skip to content

Commit 27e0a48

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cb68968 commit 27e0a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_zoo/extend_workflow_with_handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class TimerHandler:
7171
self.start_time = 0
7272
self.epoch_start_time = 0
7373
self.iteration_start_time = 0
74-
74+
7575
def attach(self, engine: Engine) -> None:
7676
engine.add_event_handler(Events.STARTED, self.started)
7777
engine.add_event_handler(Events.EPOCH_STARTED, self.epoch_started)

0 commit comments

Comments
 (0)