Skip to content

Commit 0788210

Browse files
committed
refactor
1 parent 9dde5af commit 0788210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep_code/utils/dataset_stac_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def build_dataset_stac_collection(self) -> Collection:
489489
rel="related",
490490
target=f"../../experiments/{self.workflow_id}/record.json",
491491
media_type="application/json",
492-
title=f"Experiment: {self.workflow_title}"
492+
title=f"Experiment: {self.workflow_title}",
493493
)
494494
)
495495

0 commit comments

Comments
 (0)