mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: fix linting issues in watch.py
This commit is contained in:
parent
8d81ef811e
commit
144ba783a8
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ def watch_source_files(
|
||||||
result[file] = comments
|
result[file] = comments
|
||||||
yield result
|
yield result
|
||||||
|
|
||||||
|
|
||||||
def get_ai_comment(filepath, encoding="utf-8"):
|
def get_ai_comment(filepath, encoding="utf-8"):
|
||||||
"""Extract all AI comments from a file"""
|
"""Extract all AI comments from a file"""
|
||||||
comments = []
|
comments = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue