From 5ff913cfb1f4deed73523386460fdf5970aac466 Mon Sep 17 00:00:00 2001 From: Julio Quinteros Pro Date: Fri, 13 Feb 2026 06:03:38 -0300 Subject: [PATCH] fix: remove duplicate PerplexityResponsesConfig from LLM_CONFIG_NAMES Removes duplicate entry of PerplexityResponsesConfig that was causing Ruff linting error F601 (dictionary key literal repeated). Co-Authored-By: Claude Sonnet 4.5 --- litellm/_lazy_imports_registry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/_lazy_imports_registry.py b/litellm/_lazy_imports_registry.py index ebe9af9d85c..2af6ed8f09e 100644 --- a/litellm/_lazy_imports_registry.py +++ b/litellm/_lazy_imports_registry.py @@ -275,7 +275,6 @@ LLM_CONFIG_NAMES = ( "LmStudioEmbeddingConfig", "NscaleConfig", "PerplexityChatConfig", - "PerplexityResponsesConfig", "AzureOpenAIO1Config", "IBMWatsonXAIConfig", "IBMWatsonXChatConfig",