Skip to content

Commit a700218

Browse files
pylint
1 parent f475839 commit a700218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/kernel_agents/agent_factory.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,5 +368,4 @@ def _generate_agent_tools_list(cls) -> list[str]:
368368
if callable(method):
369369
all_tools.append(f"{tool_class.__name__}.{name}")
370370

371-
return all_tools
372-
371+
return all_tools

0 commit comments

Comments
 (0)