From 4eb0aa1bbdd83bee1b24e83dd15f781e829f305c Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 17 Aug 2024 06:21:37 -0700 Subject: [PATCH] style: Fix formatting in repomap.py --- aider/repomap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/repomap.py b/aider/repomap.py index db3a1d091..a45a7bb48 100644 --- a/aider/repomap.py +++ b/aider/repomap.py @@ -414,7 +414,7 @@ class RepoMap: cache_key = ( tuple(sorted(chat_fnames)), tuple(sorted(other_fnames)) if other_fnames else None, - max_map_tokens + max_map_tokens, ) # Check if the result is in the cache