diff --git a/aider/repomap.py b/aider/repomap.py index bfb5d1038..f13856c6c 100644 --- a/aider/repomap.py +++ b/aider/repomap.py @@ -36,7 +36,6 @@ def to_tree(tags): break num_common = i - dump(repr(tag), num_common) indent = tab * num_common rest = tag[num_common:]