test(test_async_fn.py): fix import issues

This commit is contained in:
Krrish Dholakia 2023-10-30 20:57:24 -07:00
parent 83fd829b49
commit 53b5409fac

View file

@ -39,7 +39,6 @@ def test_async_response():
def test_get_response_streaming(): def test_get_response_streaming():
import asyncio import asyncio
async def test_async_call(): async def test_async_call():
litellm.set_verbose = True
user_message = "Hello, how are you?" user_message = "Hello, how are you?"
messages = [{"content": user_message, "role": "user"}] messages = [{"content": user_message, "role": "user"}]
try: try: