Format test_auto_mode.py with black

Fix code formatting to comply with black style requirements.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Lachlan Donald
2025-06-14 21:09:47 +10:00
parent c12dc1d765
commit 40aa1eaeb6

View File

@@ -225,7 +225,10 @@ class TestAutoMode:
schema = tool.get_model_field_schema() schema = tool.get_model_field_schema()
assert "enum" in schema assert "enum" in schema
assert all(model in schema["enum"] for model in ["flash", "pro", "o3", "o3-mini", "o3-pro", "o4-mini", "o4-mini-high"]) assert all(
model in schema["enum"]
for model in ["flash", "pro", "o3", "o3-mini", "o3-pro", "o4-mini", "o4-mini-high"]
)
assert "select the most suitable model" in schema["description"] assert "select the most suitable model" in schema["description"]
# Test normal mode # Test normal mode