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