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_response_handler.py

Co-authored-by: Sasidhar Kasturi <[email protected]>
  • Loading branch information
novaturient95 and skasturi authored Sep 20, 2024
1 parent 7835706 commit cc90308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AoaiHttpResponseHandler(HttpResponseHandler):

RETRIABLE_STATUS_CODES = [408, 429]

def __init__(self, tally_handler: TallyFailedRequestHandler, configuration: Configuration):
def __init__(self, tally_handler: TallyFailedRequestHandler, configuration: Configuration) -> None:
"""Initialize AoaiHttpResponseHandler."""
self._configuration = configuration
self.__tally_handler = tally_handler
Expand Down

0 comments on commit cc90308

Please sign in to comment.