mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
chore: Apply linter rules
This commit is contained in:
parent
f8653613bc
commit
97f3885357
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@ from pathlib import Path
|
|||
|
||||
import configargparse
|
||||
import shtab
|
||||
from aider.coders.base_coder import Coder
|
||||
|
||||
from aider import __version__
|
||||
from aider.args_formatter import (
|
||||
|
@ -15,6 +14,7 @@ from aider.args_formatter import (
|
|||
MarkdownHelpFormatter,
|
||||
YamlHelpFormatter,
|
||||
)
|
||||
from aider.coders.base_coder import Coder
|
||||
from aider.deprecated import add_deprecated_model_args
|
||||
|
||||
from .dump import dump # noqa: F401
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue