(chore) linting fix

This commit is contained in:
ishaan-jaff 2023-12-05 17:29:09 -08:00
parent a73a2eedc0
commit 66dc4784d2

View file

@ -259,7 +259,7 @@ def test_router_azure_acompletion():
async def test1():
response: litellm.ModelResponse = await router.acompletion(
response = await router.acompletion(
model="gpt-3.5-turbo",
messages=[
{