Fix backwards compatibility for logging (#799)

This commit is contained in:
Tullie Murrell
2020-02-11 00:07:21 -05:00
committed by GitHub
parent 4c6c3d04ce
commit 6443d1512d
-3
View File
@@ -8,6 +8,3 @@ warnings.warn("`logging` package has been renamed to `loggers` since v0.6.1"
" 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
)