mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-22 12:37:53 +00:00
formatting
This commit is contained in:
parent
069d877210
commit
b311dcd143
22 changed files with 82 additions and 128 deletions
|
@ -30,5 +30,4 @@ class RewardScoring(Protocol):
|
|||
def post_score(
|
||||
self,
|
||||
request: RewardScoringRequest,
|
||||
) -> Union[RewardScoringResponse]:
|
||||
...
|
||||
) -> Union[RewardScoringResponse]: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue