mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
style: Fix formatting in repomap.py
This commit is contained in:
parent
485cb37bb2
commit
4eb0aa1bbd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue