mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: remove noqa comment from FileWatcher import
This commit is contained in:
parent
97bf5e8d69
commit
e952f90b4c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from rich.style import Style as RichStyle
|
||||||
from rich.text import Text
|
from rich.text import Text
|
||||||
|
|
||||||
from aider.mdstream import MarkdownStream
|
from aider.mdstream import MarkdownStream
|
||||||
from aider.watch import FileWatcher # noqa: F401
|
from aider.watch import FileWatcher
|
||||||
|
|
||||||
from .dump import dump # noqa: F401
|
from .dump import dump # noqa: F401
|
||||||
from .utils import is_image_file
|
from .utils import is_image_file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue