Skip to content

Commit 2f8a788

Browse files
committed
fix: resolve ImportError by updating expand_glob_patterns import path
Co-authored-by: aider-ce (openai/nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct)
1 parent d7a08c1 commit 2f8a788

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

aider/commands/lint.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from typing import List
22

33
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
4+
from aider.commands.utils.helpers import expand_glob_patterns, format_command_result
65

76

87
class LintCommand(BaseCommand):

0 commit comments

Comments
 (0)