From 7637e41019b24b7efc41b87b901940946fee86ff Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 23 Aug 2025 10:36:42 -0700 Subject: [PATCH] fix: fix ruff check --- ...odel_prices_and_context_window_backup.json | 28 +++++++++---------- litellm/proxy/management_endpoints/ui_sso.py | 1 - 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 118f0fb14cc..202e7f0759f 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -11237,20 +11237,20 @@ "supports_prompt_caching": true }, "openrouter/deepseek/deepseek-chat-v3.1": { - "max_tokens": 8192, - "max_input_tokens": 163840, - "max_output_tokens": 163840, - "input_cost_per_token": 2e-07, - "input_cost_per_token_cache_hit": 2e-08, - "output_cost_per_token": 8e-07, - "litellm_provider": "openrouter", - "mode": "chat", - "supports_function_calling": true, - "supports_assistant_prefill": true, - "supports_reasoning": true, - "supports_tool_choice": true, - "supports_prompt_caching": true - }, + "max_tokens": 8192, + "max_input_tokens": 163840, + "max_output_tokens": 163840, + "input_cost_per_token": 2e-07, + "input_cost_per_token_cache_hit": 2e-08, + "output_cost_per_token": 8e-07, + "litellm_provider": "openrouter", + "mode": "chat", + "supports_function_calling": true, + "supports_assistant_prefill": true, + "supports_reasoning": true, + "supports_tool_choice": true, + "supports_prompt_caching": true + }, "openrouter/x-ai/grok-4": { "max_tokens": 256000, "max_input_tokens": 256000, diff --git a/litellm/proxy/management_endpoints/ui_sso.py b/litellm/proxy/management_endpoints/ui_sso.py index 503cd7f1a40..98165a5a0ce 100644 --- a/litellm/proxy/management_endpoints/ui_sso.py +++ b/litellm/proxy/management_endpoints/ui_sso.py @@ -86,7 +86,6 @@ async def google_login( Example: """ from litellm.proxy.proxy_server import ( - _license_check, premium_user, prisma_client, user_custom_ui_sso_sign_in_handler,