Fixed all ruff issues
This commit is contained in:
@@ -71,7 +71,7 @@ class TestToolSpecFormat:
|
||||
|
||||
# Verify function has valid signature
|
||||
try:
|
||||
sig = inspect.signature(tool.func)
|
||||
inspect.signature(tool.func)
|
||||
# If we get here, signature is valid
|
||||
except Exception as e:
|
||||
pytest.fail(f"Tool {name} has invalid signature: {e}")
|
||||
|
||||
Reference in New Issue
Block a user