style: run linter and fix whitespace in test_io.py

This commit is contained in:
Paul Gauthier (aider) 2024-09-28 15:16:59 -07:00
parent ec10ead0c3
commit 843cc9ee4e

View file

@ -171,7 +171,7 @@ class TestInputOutput(unittest.TestCase):
# Reset the mock to check for further calls
mock_input.reset_mock()
# Second call: should not prompt, immediately return False
result = io.confirm_ask("Are you sure?", allow_never=True)
self.assertFalse(result)