diff --git a/aider/run_cmd.py b/aider/run_cmd.py index b824c4edc..3c64fd548 100644 --- a/aider/run_cmd.py +++ b/aider/run_cmd.py @@ -8,8 +8,6 @@ import pexpect def run_cmd(command, verbose=False): - import sys - if sys.stdin.isatty() and hasattr(pexpect, "spawn") and platform.system() != "Windows": return run_cmd_pexpect(command, verbose)