Skip to content

Commit 935d9d6

Browse files
awaelchliBorda
authored andcommitted
isort
1 parent 6cce24f commit 935d9d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pytorch_lightning/accelerators/accelerator.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
from torch.utils.data import DataLoader
1919

2020
from pytorch_lightning.core import LightningModule
21-
from pytorch_lightning.plugins.precision import (
22-
ApexMixedPrecisionPlugin,
23-
NativeMixedPrecisionPlugin,
24-
PrecisionPlugin,
25-
)
21+
from pytorch_lightning.plugins.precision import ApexMixedPrecisionPlugin, NativeMixedPrecisionPlugin, PrecisionPlugin
2622
from pytorch_lightning.plugins.training_type import TrainingTypePlugin
2723
from pytorch_lightning.utilities.apply_func import move_data_to_device
2824
from pytorch_lightning.utilities.distributed import all_gather_ddp_if_available

0 commit comments

Comments
 (0)