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