This commit is contained in:
Paul Gauthier 2023-05-30 17:07:12 -07:00
parent 4297e75b9b
commit a216754c9f

View file

@ -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)