Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardusrendy committed Aug 8, 2024
1 parent e2c641a commit f751e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alab_management/experiment_view/experiment_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def create_experiment(self, experiment: InputExperiment) -> ObjectId:

# confirm that no task/sample id's already exist in the database. This is possible when users manually set
# these id's
experiment=experiment.model_dump(mode="python")
experiment = experiment.model_dump(mode="python")

for sample in experiment["samples"]:
if sample["sample_id"] is None:
Expand Down

0 comments on commit f751e0c

Please sign in to comment.