Skip to content

Commit

Permalink
Fix backwards compatibility for logging (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
tullie committed Feb 11, 2020
1 parent 4c6c3d0 commit 6443d15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pytorch_lightning/logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@
" and will be removed in v0.8.0", DeprecationWarning)

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

0 comments on commit 6443d15

Please sign in to comment.