style: fix linting issues in watch.py

This commit is contained in:
Paul Gauthier (aider) 2024-10-25 16:05:55 -07:00
parent 8d81ef811e
commit 144ba783a8

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