Skip to content

Commit deaf510

Browse files
committed
Update training_loop.py
1 parent 8e8b46f commit deaf510

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
@@ -198,7 +198,7 @@ def on_train_batch_end(self, epoch_output, batch_end_outputs, batch, batch_idx,
198198
# reset batch logger internals
199199
self.trainer.logger_connector.on_train_batch_end()
200200

201-
def reset_train_val_dataloaders(self, model):
201+
def reset_train_val_dataloaders(self, model) -> None:
202202
"""
203203
Resets train and val dataloaders if none are attached to the trainer.
204204

0 commit comments

Comments
 (0)