style: Apply linter formatting changes

This commit is contained in:
Paul Gauthier (aider) 2024-08-01 14:50:00 -03:00
parent aa3e17dae6
commit df70119da0

View file

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