mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44: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):
|
def run_cmd(command, verbose=False):
|
||||||
import sys
|
|
||||||
|
|
||||||
if sys.stdin.isatty() and hasattr(pexpect, "spawn") and platform.system() != "Windows":
|
if sys.stdin.isatty() and hasattr(pexpect, "spawn") and platform.system() != "Windows":
|
||||||
return run_cmd_pexpect(command, verbose)
|
return run_cmd_pexpect(command, verbose)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue