style: add noqa comment to silence flake8 warning for FileWatcher import

This commit is contained in:
Paul Gauthier (aider) 2024-11-27 17:32:22 -08:00
parent 2f78b6f7f3
commit 4e689e20e9

View file

@ -25,7 +25,7 @@ from rich.style import Style as RichStyle
from rich.text import Text
from aider.mdstream import MarkdownStream
from aider.watch import FileWatcher
from aider.watch import FileWatcher # noqa: F401
from .dump import dump # noqa: F401
from .utils import is_image_file