Skip to content

Commit 6443d15

Browse files
authored
Fix backwards compatibility for logging (#799)
1 parent 4c6c3d0 commit 6443d15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pytorch_lightning/logging/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@
88
" and will be removed in v0.8.0", DeprecationWarning)
99

1010
from pytorch_lightning.loggers import * # noqa: F403
11-
from pytorch_lightning.loggers import ( # noqa: E402
12-
base, comet, mlflow, neptune, tensorboard, test_tube, wandb
13-
)

0 commit comments

Comments
 (0)