fix: Remove unused import and update Commands initialization in main.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-01 14:46:17 -03:00
parent b5e51d138e
commit 2f3cd436a6
2 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@ from rich.console import Console, Text
from rich.markdown import Markdown
from aider import __version__, models, prompts, urls, utils
from aider.commands import Commands, SwitchCoder
from aider.commands import Commands
from aider.history import ChatSummary
from aider.io import InputOutput
from aider.linter import Linter