mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
ruff fix
This commit is contained in:
parent
c378e20573
commit
ccbc81af8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1504,7 +1504,7 @@ class SSOAuthenticationHandler:
|
|||
user_api_key_cache,
|
||||
user_custom_sso,
|
||||
)
|
||||
from litellm.proxy.utils import get_custom_url, get_prisma_client_or_throw
|
||||
from litellm.proxy.utils import get_prisma_client_or_throw
|
||||
from litellm.types.proxy.ui_sso import ReturnedUITokenObject
|
||||
|
||||
prisma_client = get_prisma_client_or_throw(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue