Skip to content

Commit 769e8d2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/core/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
from torch.optim.optimizer import Optimizer
2020

2121
from pytorch_lightning.utilities import move_data_to_device
22-
from pytorch_lightning.utilities.warnings import rank_zero_deprecation, rank_zero_warn
2322
from pytorch_lightning.utilities.types import EVAL_DATALOADERS, STEP_OUTPUT, TRAIN_DATALOADERS
23+
from pytorch_lightning.utilities.warnings import rank_zero_deprecation, rank_zero_warn
2424

2525

2626
class ModelHooks:

0 commit comments

Comments
 (0)