Skip to content

Commit f475839

Browse files
pylint_fixing
1 parent decf3a9 commit f475839

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/kernel_agents/agent_factory.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,5 @@ 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
371+
return all_tools
372+

0 commit comments

Comments
 (0)