mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
style: Fix code style in test
This commit is contained in:
@@ -951,7 +951,7 @@ class TestMain(TestCase):
|
||||
with GitTemporaryDirectory():
|
||||
with patch("aider.io.InputOutput.offer_url") as mock_offer_url:
|
||||
# Suppress stderr for this test as argparse prints an error message
|
||||
with patch('sys.stderr', new_callable=StringIO):
|
||||
with patch("sys.stderr", new_callable=StringIO):
|
||||
result = main(
|
||||
["--edit-format", "not-a-real-format", "--exit", "--yes"],
|
||||
input=DummyInput(),
|
||||
|
||||
Reference in New Issue
Block a user