From 77f636f9495fde6ded805e0257cd78902b2d71d8 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 25 Oct 2024 16:03:42 -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 3a0830ebe..09db8a77c 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 = []