Fixed all ruff issues

This commit is contained in:
2025-12-07 05:59:53 +01:00
parent a21121d025
commit 0c48640412
13 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ class TestPromptBuilderStructure:
description = builder._format_tools_description()
# Should have tool names and descriptions
for tool_name, tool in tools.items():
for tool_name, _tool in tools.items():
assert tool_name in description
# Should have parameters info
assert "Parameters" in description or "parameters" in description