Skip to content

Commit f20d0f7

Browse files
Revert "Fix backwards compatibility for logging (#799)"
This reverts commit 6443d15.
1 parent ed26c17 commit f20d0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytorch_lightning/logging/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
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)