Skip to content

Commit a341186

Browse files
committed
imports in init
1 parent ce2ce0c commit a341186

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from pytorch_lightning.plugins.base_plugin import Plugin
2+
from pytorch_lightning.plugins.precision import *
3+
from pytorch_lightning.plugins.training_type import *
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from pytorch_lightning.plugins.base_plugin import Plugin
2+
from pytorch_lightning.plugins.precision import *
3+
from pytorch_lightning.plugins.training_type import *
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from pytorch_lightning.plugins.training_type.training_type_plugin import TrainingTypePlugin

0 commit comments

Comments
 (0)