mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
style: sort imports alphabetically in watch.py
This commit is contained in:
parent
2cc671df75
commit
5fdbfef028
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue