style: add spacing between functions in watch.py

This commit is contained in:
Paul Gauthier (aider) 2024-10-25 16:00:59 -07:00
parent 150cc56b35
commit 0960663811

View file

@ -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