mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
(fix) linting
This commit is contained in:
parent
0b56d584aa
commit
2c4f52b6b1
1 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ def test_completion_azure_exception():
|
|||
pytest.fail(f"Error occurred: {e}")
|
||||
test_completion_azure_exception()
|
||||
|
||||
async def test_completion_azure_exception():
|
||||
async def asynctest_completion_azure_exception():
|
||||
try:
|
||||
import openai
|
||||
import litellm
|
||||
|
@ -229,7 +229,7 @@ async def test_completion_azure_exception():
|
|||
|
||||
import asyncio
|
||||
asyncio.run(
|
||||
test_completion_azure_exception()
|
||||
asynctest_completion_azure_exception()
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue