From e952f90b4c9b7cc167fa4dae5f0f0de15361f6eb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 15:31:28 -0800 Subject: [PATCH] style: remove noqa comment from FileWatcher import --- aider/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index f556fcb37..2934e6631 100644 --- a/aider/io.py +++ b/aider/io.py @@ -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 # noqa: F401 +from aider.watch import FileWatcher from .dump import dump # noqa: F401 from .utils import is_image_file