mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: add spacing between functions in watch.py
This commit is contained in:
parent
150cc56b35
commit
0960663811
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ def watch_source_files(
|
|||
result[file] = comment
|
||||
yield result
|
||||
|
||||
|
||||
def get_ai_comment(filepath, encoding="utf-8"):
|
||||
"""Extract AI comment from a file if present"""
|
||||
try:
|
||||
|
@ -146,6 +147,7 @@ def get_ai_comment(filepath, encoding="utf-8"):
|
|||
return None
|
||||
return None
|
||||
|
||||
|
||||
def main():
|
||||
"""Example usage of the file watcher"""
|
||||
import argparse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue