Skip to content

Commit bb5e3ac

Browse files
committedMar 28, 2023
error compatibility isort
1 parent 13b89b8 commit bb5e3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sobolev_alignment/scvi_model_search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import scvi
1212
from anndata import AnnData
1313
from hyperopt import STATUS_FAIL, STATUS_OK, Trials, fmin, hp, tpe
14-
from sklearn.model_selection import train_test_split
1514
from pytorch_lightning.utilities.exceptions import MisconfigurationException
15+
from sklearn.model_selection import train_test_split
1616

1717
from ._scvi_default_params import SCVI_MODEL_PARAMS, SCVI_PLAN_PARAMS, SCVI_TRAIN_PARAMS
1818

0 commit comments

Comments
 (0)
Please sign in to comment.