mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +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 = (
|
cache_key = (
|
||||||
tuple(sorted(chat_fnames)),
|
tuple(sorted(chat_fnames)),
|
||||||
tuple(sorted(other_fnames)) if other_fnames else None,
|
tuple(sorted(other_fnames)) if other_fnames else None,
|
||||||
max_map_tokens
|
max_map_tokens,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Check if the result is in the cache
|
# Check if the result is in the cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue