diff --git a/aider/watch.py b/aider/watch.py index 478e0a586..0fa5564e9 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -85,7 +85,6 @@ def watch_source_files(directory: str, gitignore: str = None) -> Set[str]: def main(): """Example usage of the file watcher""" import argparse - import sys parser = argparse.ArgumentParser(description="Watch source files for changes") parser.add_argument("directory", help="Directory to watch")