Skip to content

Commit

Permalink
Fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Nov 21, 2024
1 parent c444576 commit f642dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commons/model/ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ class ModelInfo(BaseModel):


class TrainInfo(ModelInfo):
additional_projects: Optional[Iterable[int]]
additional_projects: Optional[Iterable[int]] = None
gathered_metric_total: int = 0

0 comments on commit f642dd3

Please sign in to comment.