mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
refactor: Remove unused import of sys module in run_cmd function
This commit is contained in:
parent
40d5880b44
commit
db7590048e
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue