Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored and Borda committed Feb 17, 2021
1 parent 32fb87d commit e4e9a59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pytorch_lightning/accelerators/accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
from torch.optim import Optimizer

from pytorch_lightning.core import LightningModule
from pytorch_lightning.plugins.precision import (
ApexMixedPrecisionPlugin,
NativeMixedPrecisionPlugin,
PrecisionPlugin,
)
from pytorch_lightning.plugins.precision import ApexMixedPrecisionPlugin, NativeMixedPrecisionPlugin, PrecisionPlugin
from pytorch_lightning.plugins.training_type import TrainingTypePlugin
from pytorch_lightning.utilities.apply_func import move_data_to_device
from pytorch_lightning.utilities.distributed import all_gather_ddp_if_available
Expand Down

0 comments on commit e4e9a59

Please sign in to comment.