mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Fix code style in test
This commit is contained in:
parent
a53ab7d937
commit
9e0d7d9c46
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue