Skip to content

Commit 4f69d6c

Browse files
committed
add await to async
1 parent 75b7ae2 commit 4f69d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openai/lib/azure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ async def _prepare_options(self, options: FinalRequestOptions) -> FinalRequestOp
619619
# should never be hit
620620
raise ValueError("Unable to handle auth")
621621

622-
return super()._prepare_options(options)
622+
return await super()._prepare_options(options)
623623

624624
async def _configure_realtime(self, model: str, extra_query: Query) -> tuple[httpx.URL, dict[str, str]]:
625625
auth_headers = {}

0 commit comments

Comments
 (0)