Skip to content

Commit

Permalink
fix(format): run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
mathysgrapotte committed Jan 29, 2025
1 parent 5bf0481 commit 1f94cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stimulus/learner/raytune_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from torch import nn, optim
from torch.utils.data import DataLoader, Dataset

from stimulus.data.loaders import EncoderLoader
from stimulus.data.handlertorch import TorchDataset
from stimulus.data.loaders import EncoderLoader
from stimulus.learner.predict import PredictWrapper
from stimulus.utils.generic_utils import set_general_seeds
from stimulus.utils.yaml_model_schema import RayTuneModel
Expand Down

0 comments on commit 1f94cce

Please sign in to comment.