mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
refactor: remove unused import & silence function complexity warning
This commit is contained in:
parent
9be2173d5b
commit
90db2ac76c
2 changed files with 1 additions and 2 deletions
|
|
@ -517,7 +517,6 @@ class OpenTelemetry(CustomLogger):
|
|||
response: LLMResponseTypes,
|
||||
):
|
||||
from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLogging
|
||||
from opentelemetry.trace import Status, StatusCode
|
||||
|
||||
litellm_logging_obj = data.get("litellm_logging_obj")
|
||||
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ class LoginResult:
|
|||
self.login_method = login_method
|
||||
|
||||
|
||||
async def authenticate_user(
|
||||
async def authenticate_user( # noqa: PLR0915
|
||||
username: str,
|
||||
password: str,
|
||||
master_key: Optional[str],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue