Skip to content

Commit

Permalink
Update pytorch_lightning/core/hooks.py
Browse files Browse the repository at this point in the history
Co-authored-by: ananthsub <[email protected]>
  • Loading branch information
tchaton and ananthsub authored Aug 27, 2021
1 parent 2e39178 commit b85c4b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytorch_lightning/core/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
import torch
from torch.optim.optimizer import Optimizer

from pytorch_lightning.utilities import move_data_to_device, rank_zero_deprecation, rank_zero_warn
from pytorch_lightning.utilities import move_data_to_device
from pytorch_lightning.utilities.warnings import rank_zero_deprecation, rank_zero_warn
from pytorch_lightning.utilities.types import EVAL_DATALOADERS, STEP_OUTPUT, TRAIN_DATALOADERS


Expand Down

0 comments on commit b85c4b6

Please sign in to comment.