Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd696fa

Browse files
committedFeb 7, 2024
💄 Lint
1 parent a531a77 commit bd696fa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎packages/tasks/src/tasks/common-definitions.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@
3232
"description": "The corresponding probability."
3333
}
3434
},
35-
"required": [
36-
"label",
37-
"score"
38-
]
35+
"required": ["label", "score"]
3936
},
4037
"GenerationParameters": {
4138
"title": "GenerationParameters",
@@ -117,4 +114,4 @@
117114
}
118115
}
119116
}
120-
}
117+
}

0 commit comments

Comments
 (0)
Please sign in to comment.