From 144ba783a8a12d41d138b691ddcc1b10d0dffbd7 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 25 Oct 2024 16:05:55 -0700 Subject: [PATCH] style: fix linting issues in watch.py --- aider/watch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/watch.py b/aider/watch.py index ba0c1b91c..51e897c98 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -135,6 +135,7 @@ def watch_source_files( result[file] = comments yield result + def get_ai_comment(filepath, encoding="utf-8"): """Extract all AI comments from a file""" comments = []