From 93ca588bab8d934b21844c2655995ccd39006c9c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 5 Jun 2023 08:24:02 -0700 Subject: [PATCH] sssh --- aider/repomap.py | 1 - 1 file changed, 1 deletion(-) 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:]