Skip to content

Commit b491242

Browse files
Remove unused import
1 parent adad04c commit b491242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflow_agent/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from typing import Callable
2828

2929
from .shell_utils import shell_tool_call
30-
from .mcp_utils import DEFAULT_MCP_CLIENT_SESSION_TIMEOUT, ReconnectingMCPServerStdio, AsyncDebugMCPServerStdio, MCPNamespaceWrap, mcp_client_params, mcp_system_prompt, StreamableMCPThread, compress_name
30+
from .mcp_utils import DEFAULT_MCP_CLIENT_SESSION_TIMEOUT, ReconnectingMCPServerStdio, MCPNamespaceWrap, mcp_client_params, mcp_system_prompt, StreamableMCPThread, compress_name
3131
from .render_utils import render_model_output, flush_async_output
3232
from .env_utils import TmpEnv
3333
from .agent import TaskAgent

0 commit comments

Comments
 (0)