Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2024
1 parent 56e1291 commit 93ad2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_automl/step2_config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import functools
from itertools import combinations

import wandb
from fun2code import fun2code_dict

import wandb
from dance.transforms.misc import Compose, SetConfig

#TODO register more functions and add more examples
Expand Down
2 changes: 1 addition & 1 deletion test_automl/step3_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

import optuna
import scanpy as sc
import wandb
from fun2code import fun2code_dict
from optuna.integration.wandb import WeightsAndBiasesCallback

import wandb
from dance.transforms.cell_feature import CellPCA, CellSVD, WeightedFeaturePCA
from dance.transforms.filter import FilterGenesPercentile, FilterGenesRegression
from dance.transforms.interface import AnnDataTransform
Expand Down

0 comments on commit 93ad2f0

Please sign in to comment.