mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: fix ruff errors
This commit is contained in:
parent
33d5f66387
commit
f71bab3909
1 changed files with 1 additions and 6 deletions
|
|
@ -644,12 +644,7 @@ async def user_update(
|
|||
|
||||
|
||||
"""
|
||||
from litellm.proxy.proxy_server import (
|
||||
litellm_proxy_admin_name,
|
||||
prisma_client,
|
||||
proxy_logging_obj,
|
||||
user_api_key_cache,
|
||||
)
|
||||
from litellm.proxy.proxy_server import litellm_proxy_admin_name, prisma_client
|
||||
|
||||
try:
|
||||
data_json: dict = data.model_dump(exclude_unset=True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue