mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 00:23:48 +00:00
test: fix test imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from litellm.proxy.types import UserAPIKeyAuth
|
||||
from litellm.proxy._types import UserAPIKeyAuth
|
||||
from fastapi import Request
|
||||
from dotenv import load_dotenv
|
||||
import os
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from litellm.proxy.types import UserAPIKeyAuth
|
||||
from litellm.proxy._types import UserAPIKeyAuth
|
||||
from fastapi import Request
|
||||
from dotenv import load_dotenv
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user