From eb814b29c013f4471ed293100f14bb116269e4ef Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Thu, 10 Apr 2025 13:01:42 -0300 Subject: [PATCH] fix: remove unecessary comment from build_flow (#7563) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ♻️ (chat.py): remove unused settings_service parameter from the build_flow function signature to clean up the code and improve readability --- src/backend/base/langflow/api/v1/chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/base/langflow/api/v1/chat.py b/src/backend/base/langflow/api/v1/chat.py index d76e4f33d..7bd8072ca 100644 --- a/src/backend/base/langflow/api/v1/chat.py +++ b/src/backend/base/langflow/api/v1/chat.py @@ -172,7 +172,6 @@ async def build_flow( current_user: The authenticated user queue_service: Queue service for job management flow_name: Optional name for the flow - settings_service: Settings service event_delivery: Optional event delivery type - default is streaming Returns: