refactor: remove unused import & silence function complexity warning

This commit is contained in:
Alexsander Hamir 2026-01-01 10:15:39 -08:00
parent 9be2173d5b
commit 90db2ac76c
2 changed files with 1 additions and 2 deletions

View file

@ -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")

View file

@ -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],