mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: remove unused sys import from watch.py
This commit is contained in:
parent
e5fe5199a3
commit
b0f31d8296
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ def watch_source_files(directory: str, gitignore: str = None) -> Set[str]:
|
||||||
def main():
|
def main():
|
||||||
"""Example usage of the file watcher"""
|
"""Example usage of the file watcher"""
|
||||||
import argparse
|
import argparse
|
||||||
import sys
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description="Watch source files for changes")
|
parser = argparse.ArgumentParser(description="Watch source files for changes")
|
||||||
parser.add_argument("directory", help="Directory to watch")
|
parser.add_argument("directory", help="Directory to watch")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue