Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jan 30, 2021
1 parent eb65fb6 commit e21ebb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/plugins/training_type/ddp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import torch.distributed as torch_distrib

from pytorch_lightning import _logger as log
from pytorch_lightning.plugins .training_type.parallel import ParallelPlugin
from pytorch_lightning.plugins.training_type.parallel import ParallelPlugin
from pytorch_lightning.cluster_environments.cluster_environment import ClusterEnvironment
from pytorch_lightning.distributed import LightningDistributed
from pytorch_lightning.overrides.data_parallel import LightningDistributedDataParallel, unwrap_lightning_module
Expand Down

0 comments on commit e21ebb1

Please sign in to comment.