mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: Format code to comply with linter rules
This commit is contained in:
parent
cf1e6e65c7
commit
1ff9157c95
1 changed files with 3 additions and 1 deletions
|
@ -419,7 +419,9 @@ class RepoMap:
|
|||
ranked_definitions[(dst, ident)] += data["rank"]
|
||||
|
||||
ranked_tags = []
|
||||
ranked_definitions = sorted(ranked_definitions.items(), reverse=True, key=lambda x: (x[1], x[0]))
|
||||
ranked_definitions = sorted(
|
||||
ranked_definitions.items(), reverse=True, key=lambda x: (x[1], x[0])
|
||||
)
|
||||
|
||||
# dump(ranked_definitions)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue