mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: fix import order and remove extra blank lines
This commit is contained in:
parent
791cbab6f6
commit
ee7bb71a05
1 changed files with 1 additions and 3 deletions
|
@ -3,11 +3,10 @@ import threading
|
|||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
||||
from grep_ast import TreeContext
|
||||
from pathspec import PathSpec
|
||||
from pathspec.patterns import GitWildMatchPattern
|
||||
from watchfiles import watch
|
||||
from grep_ast import TreeContext
|
||||
|
||||
|
||||
from aider.dump import dump # noqa
|
||||
|
||||
|
@ -68,7 +67,6 @@ class FileWatcher:
|
|||
# Compiled regex pattern for AI comments
|
||||
ai_comment_pattern = re.compile(r"(?:#|//) *(ai\b.*|ai\b.*|.*\bai!?)$", re.IGNORECASE)
|
||||
|
||||
|
||||
def __init__(self, coder, gitignores=None, verbose=False):
|
||||
self.coder = coder
|
||||
self.io = coder.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue