From 025cfafe4ea5cb5455b0b98d3d78f5be4d3916e9 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:27:41 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/backend/tests/unit/base/mcp/test_mcp_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/tests/unit/base/mcp/test_mcp_util.py b/src/backend/tests/unit/base/mcp/test_mcp_util.py index 9cc019fa3..074103b75 100644 --- a/src/backend/tests/unit/base/mcp/test_mcp_util.py +++ b/src/backend/tests/unit/base/mcp/test_mcp_util.py @@ -11,7 +11,6 @@ import sys from unittest.mock import AsyncMock, MagicMock, patch import pytest - from langflow.base.mcp import util from langflow.base.mcp.util import MCPSessionManager, MCPSseClient, MCPStdioClient, _process_headers, validate_headers