Skip to content

Commit 727628a

Browse files
committed
Update training_loop.py
1 parent 06587f8 commit 727628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/trainer/training_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def on_train_batch_end(self, epoch_output, batch_end_outputs, batch, batch_idx,
188188
# reset batch logger internals
189189
self.trainer.logger_connector.on_train_batch_end()
190190

191-
def reset_train_val_dataloaders(self, model):
191+
def reset_train_val_dataloaders(self, model) -> None:
192192
"""
193193
Resets train and val dataloaders if none are attached to the trainer.
194194

0 commit comments

Comments
 (0)