mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Organize imports and remove unused import
This commit is contained in:
parent
3714d554df
commit
55d7397ff5
1 changed files with 2 additions and 1 deletions
|
@ -13,10 +13,11 @@ import platform
|
|||
import shlex
|
||||
import subprocess
|
||||
import tempfile
|
||||
from aider.dump import dump
|
||||
|
||||
from rich.console import Console
|
||||
|
||||
from aider.dump import dump
|
||||
|
||||
DEFAULT_EDITOR_NIX = "vi"
|
||||
DEFAULT_EDITOR_OS_X = "vim"
|
||||
DEFAULT_EDITOR_WINDOWS = "notepad"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue