From 896e1024643e20f609e618df4141b3368aca3a0d Mon Sep 17 00:00:00 2001 From: harish-berri Date: Fri, 1 May 2026 00:32:10 +0000 Subject: [PATCH] fix linting --- litellm/proxy/management_endpoints/ui_sso.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/litellm/proxy/management_endpoints/ui_sso.py b/litellm/proxy/management_endpoints/ui_sso.py index c1458dc37f4..9dfc67370fe 100644 --- a/litellm/proxy/management_endpoints/ui_sso.py +++ b/litellm/proxy/management_endpoints/ui_sso.py @@ -76,8 +76,10 @@ from litellm.proxy._types import ( ) from litellm.proxy.auth.auth_checks import ExperimentalUIJWTToken, get_user_object from litellm.proxy.common_utils.user_api_key_cache import UserApiKeyCache -from litellm.proxy.auth.auth_utils import _has_user_setup_sso -from litellm.proxy.auth.auth_utils import _get_request_ip_address, _has_user_setup_sso +from litellm.proxy.auth.auth_utils import ( + _get_request_ip_address, + _has_user_setup_sso, +) from litellm.proxy.auth.handle_jwt import JWTHandler from litellm.proxy.auth.user_api_key_auth import user_api_key_auth from litellm.proxy.common_utils.admin_ui_utils import (