style: Format test_main.py with linter

This commit is contained in:
Paul Gauthier (aider) 2025-03-18 17:37:01 -07:00
parent 99cf99e014
commit 8a1b496cd5

View file

@ -716,7 +716,15 @@ class TestMain(TestCase):
patch("aider.models.Model.set_thinking_tokens") as mock_set_thinking,
):
main(
["--model", "gpt-4o", "--thinking-tokens", "1000", "--check-model-accepts-settings", "--yes", "--exit"],
[
"--model",
"gpt-4o",
"--thinking-tokens",
"1000",
"--check-model-accepts-settings",
"--yes",
"--exit",
],
input=DummyInput(),
output=DummyOutput(),
)