Skip to content

Commit

Permalink
chore: metadata only string
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Sep 7, 2023
1 parent 1110146 commit 127921e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substra/sdk/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class Task(_Model):
function: Function
owner: str
compute_plan_key: str
metadata: Union[Dict[str, str], Dict[str, int]]
metadata: Dict[str, str]
status: Status
worker: str
rank: Optional[int] = None
Expand Down

0 comments on commit 127921e

Please sign in to comment.