diff --git a/aider/watch.py b/aider/watch.py index fe9763639..735986ed8 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -3,11 +3,10 @@ import threading from pathlib import Path from typing import Optional +from grep_ast import TreeContext from pathspec import PathSpec from pathspec.patterns import GitWildMatchPattern from watchfiles import watch -from grep_ast import TreeContext - from aider.dump import dump # noqa