Fixed all ruff issues
This commit is contained in:
@@ -245,7 +245,7 @@ class TestMakeToolsEdgeCases:
|
||||
|
||||
for tool in tools.values():
|
||||
if "properties" in tool.parameters:
|
||||
for prop_name, prop_schema in tool.parameters["properties"].items():
|
||||
for _prop_name, prop_schema in tool.parameters["properties"].items():
|
||||
if "enum" in prop_schema:
|
||||
assert isinstance(prop_schema["enum"], list)
|
||||
assert len(prop_schema["enum"]) > 0
|
||||
|
||||
Reference in New Issue
Block a user