Skip to content

Commit e96511d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 84ae0ef commit e96511d

File tree

1 file changed

+1
-1
lines changed
  • examples/tuning/custom-methods

1 file changed

+1
-1
lines changed

examples/tuning/custom-methods/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from typing import get_args
99

1010
import torch
11+
import wandb
1112
from sklearn.random_projection import GaussianRandomProjection
1213

13-
import wandb
1414
from dance import logger
1515
from dance.datasets.singlemodality import CellTypeAnnotationDataset
1616
from dance.modules.single_modality.cell_type_annotation.svm import SVM

0 commit comments

Comments
 (0)