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