Skip to content

Commit

Permalink
f401
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jan 31, 2021
1 parent 71774fe commit 38f837b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytorch_lightning/overrides/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from pytorch_lightning.overrides.data_parallel import LightningParallelModule
from pytorch_lightning.overrides.distributed import LightningDistributedModule
from pytorch_lightning.overrides.data_parallel import LightningParallelModule # noqa: F401
from pytorch_lightning.overrides.distributed import LightningDistributedModule # noqa: F401

0 comments on commit 38f837b

Please sign in to comment.