diff --git a/pytorch_lightning/logging/__init__.py b/pytorch_lightning/logging/__init__.py index b112746e..2697e4e6 100644 --- a/pytorch_lightning/logging/__init__.py +++ b/pytorch_lightning/logging/__init__.py @@ -76,7 +76,7 @@ from os import environ from .base import LightningLoggerBase, rank_zero_only from .tensorboard import TensorBoardLogger -all = ['TensorBoardLogger'] +all = [] try: # needed to prevent ImportError and duplicated logs.