mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-13 12:50:26 +08:00
Minor imports cleaning (#402)
* code cleaning * drop unused imports * optimize imports
This commit is contained in:
committed by
William Falcon
parent
e6e325c853
commit
f18aee30a5
@@ -1,7 +1,7 @@
|
||||
from time import time
|
||||
from logging import getLogger
|
||||
from os import environ
|
||||
|
||||
from comet_ml import Experiment as CometExperiment
|
||||
|
||||
from .base import LightningLoggerBase, rank_zero_only
|
||||
|
||||
# needed to prevent ImportError and duplicated logs.
|
||||
|
||||
Reference in New Issue
Block a user