style: fix linting issues in watch.py

This commit is contained in:
Paul Gauthier (aider) 2024-10-25 16:03:42 -07:00
parent aa86f02b1a
commit 77f636f949

View file

@ -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 = []