mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
wip: Changed import from redirect_stdout
to redirect_stdin
in test_main.py
.
This commit is contained in:
parent
fe5e313a75
commit
ac8376c5bc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
from contextlib import redirect_stdout
|
from contextlib import redirect_stdin
|
||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
from aider.main import main
|
from aider.main import main
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue