mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Fix backwards compatibility for logging (#799)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user