mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test: fix imports
This commit is contained in:
parent
0017d5f1db
commit
54fe927da7
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@ import asyncio
|
|||
import aiohttp
|
||||
import time
|
||||
from openai import AsyncOpenAI
|
||||
from test_team import list_teams
|
||||
from tests.test_team import list_teams
|
||||
from typing import Optional
|
||||
from test_keys import generate_key
|
||||
from tests.test_keys import generate_key
|
||||
from fastapi import HTTPException
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue