From b26ac57297ffc32aa4837f208222b9674da49ac0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 12:44:52 -0700 Subject: [PATCH] copy --- examples/complex-change.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/complex-change.md b/examples/complex-change.md index 89989346d..0a7a88deb 100644 --- a/examples/complex-change.md +++ b/examples/complex-change.md @@ -100,14 +100,14 @@ tests/test_main.py These changes will replace the usage of `/dev/null` with `prompt_toolkit`'s input mocking functions. +--- + > Applied edit to tests/test_main.py > Applied edit to tests/test_main.py > Applied edit to tests/test_main.py > Applied edit to tests/test_main.py > Commit c177e29 aider: Replaced usage of /dev/null with prompt_toolkit's input mocking functions in tests. ---- - > Git repo has uncommitted changes. > Suggested commit message: Added import statement for sys module in test_main.py.