mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Move imports to top of file
This commit is contained in:
parent
c21195252d
commit
eff71998a3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ from tqdm import tqdm
|
|||
warnings.simplefilter("ignore", category=FutureWarning)
|
||||
from tree_sitter_languages import get_language, get_parser # noqa: E402
|
||||
|
||||
from aider.dump import dump # noqa: F402,E402
|
||||
from aider.dump import dump
|
||||
from aider.utils import Spinner
|
||||
|
||||
Tag = namedtuple("Tag", "rel_fname fname line name kind".split())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue