We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a08c1 commit 2f8a788Copy full SHA for 2f8a788
1 file changed
aider/commands/lint.py
@@ -1,8 +1,7 @@
1
from typing import List
2
3
from aider.commands.utils.base_command import BaseCommand
4
-from aider.commands.utils.helpers import format_command_result
5
-from aider.utils import expand_glob_patterns
+from aider.commands.utils.helpers import expand_glob_patterns, format_command_result
6
7
8
class LintCommand(BaseCommand):
0 commit comments