mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix: fix linting errors
This commit is contained in:
parent
81abb9c6a4
commit
f2d0aaacbc
2 changed files with 2 additions and 31 deletions
|
@ -1,18 +1,11 @@
|
|||
import uuid
|
||||
from datetime import datetime, timezone
|
||||
from typing import Any, Optional, Union
|
||||
from typing import Any, Union
|
||||
|
||||
import litellm
|
||||
from litellm.proxy._types import (
|
||||
AUDIT_ACTIONS,
|
||||
GenerateKeyRequest,
|
||||
LiteLLM_AuditLogs,
|
||||
LiteLLM_ManagementEndpoint_MetadataFields_Premium,
|
||||
LiteLLM_TeamTable,
|
||||
LitellmTableNames,
|
||||
UserAPIKeyAuth,
|
||||
)
|
||||
from litellm.proxy.management_helpers.audit_logs import create_audit_log_for_update
|
||||
from litellm.proxy.utils import _premium_user_check
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue