fix lint issues

This commit is contained in:
Prathap
2026-04-01 21:24:36 -07:00
committed by mrTSB
parent b58d7e6343
commit d2cc994d75
+2 -1
View File
@@ -226,7 +226,8 @@ class TestChannelToolLoading:
assert system.tools[0].spec.name == "fake"
def test_non_tool_agent_receives_empty_tools(self, tmp_path):
"""JarvisSystem with no tools list results in empty tools — simple agent unaffected."""
"""JarvisSystem with no tools list results in empty tools — simple agent
unaffected."""
config = JarvisConfig()
config.sessions.db_path = str(tmp_path / "sessions.db")