Skip to content

Commit

Permalink
missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jan 31, 2021
1 parent 3396d0f commit dc1350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deprecated_api/test_remove_1-4.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from pytorch_lightning import Trainer
from pytorch_lightning.overrides import LightningDistributedModule, LightningParallelModule
from pytorch_lightning.overrides.data_parallel import LightningDistributedDataParallel
from pytorch_lightning.overrides.data_parallel import LightningDataParallel, LightningDistributedDataParallel
from pytorch_lightning.plugins.legacy.ddp_plugin import DDPPlugin
from tests.base import BoringModel
from tests.deprecated_api import _soft_unimport_module
Expand Down

0 comments on commit dc1350e

Please sign in to comment.