mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 10:52:15 +00:00
fix lint issues
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user