diff --git a/pytorch_lightning/logging/__init__.py b/pytorch_lightning/logging/__init__.py index 5fbb93cd..2697e4e6 100644 --- a/pytorch_lightning/logging/__init__.py +++ b/pytorch_lightning/logging/__init__.py @@ -71,7 +71,6 @@ Call the logger anywhere from your LightningModule by doing: Supported Loggers ----------------- """ - from os import environ from .base import LightningLoggerBase, rank_zero_only