mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
noqa
This commit is contained in:
parent
4297e75b9b
commit
a216754c9f
1 changed files with 1 additions and 3 deletions
|
@ -14,7 +14,7 @@ from pygments.util import ClassNotFound
|
|||
|
||||
from aider import prompts
|
||||
|
||||
from .dump import dump
|
||||
from .dump import dump # noqa: F402
|
||||
|
||||
|
||||
def to_tree(tags):
|
||||
|
@ -289,8 +289,6 @@ def call_map():
|
|||
|
||||
show_fnames = set()
|
||||
for fname in sorted(fnames):
|
||||
from .dump import dump
|
||||
|
||||
dump(fname)
|
||||
show_fname = os.path.relpath(fname, root)
|
||||
show_fnames.add(show_fname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue