Skip to content

Commit

Permalink
Update assets/batch_score/components/driver/src/batch_score_oss/aoai/…
Browse files Browse the repository at this point in the history
…scoring/aoai_scoring_client.py

Co-authored-by: Sasidhar Kasturi <[email protected]>
  • Loading branch information
novaturient95 and skasturi authored Sep 20, 2024
1 parent ccb01ae commit 96b968c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(
self,
header_provider: HeaderProvider,
configuration: Configuration,
tally_handler: TallyFailedRequestHandler = None):
tally_handler: TallyFailedRequestHandler = None) -> None:
"""Initialize AoaiScoringClient."""
super().__init__(
header_provider=header_provider,
Expand Down

0 comments on commit 96b968c

Please sign in to comment.