mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
fix: Fix F841 unused variable in test
This commit is contained in:
@@ -952,7 +952,7 @@ class TestMain(TestCase):
|
||||
# Suppress stderr for this test as argparse prints an error message
|
||||
with patch("sys.stderr", new_callable=StringIO):
|
||||
with self.assertRaises(SystemExit) as cm:
|
||||
result = main(
|
||||
_ = main(
|
||||
["--edit-format", "not-a-real-format", "--exit", "--yes"],
|
||||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
|
||||
Reference in New Issue
Block a user