Skip to content

Commit 54d0351

Browse files
committed
make style.
1 parent 4a781db commit 54d0351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

comet/comet_callback.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
$ python comet_callback.py
1616
"""
1717

18+
import os
19+
1820
import comet_ml
1921
import optuna
20-
import os
2122
from optuna_integration.comet import CometCallback
2223

2324
from sklearn.datasets import load_breast_cancer

0 commit comments

Comments
 (0)