style: Fix formatting in repomap.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-17 06:21:37 -07:00
parent 485cb37bb2
commit 4eb0aa1bbd

View file

@ -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