mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
style: Format code with linter
This commit is contained in:
parent
bbb40e3045
commit
ff039e80ad
1 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,9 @@ class RepoMap:
|
|||
self.last_map = None
|
||||
|
||||
if self.verbose:
|
||||
self.io.tool_output(f"RepoMap initialized with map_mul_no_files: {self.map_mul_no_files}")
|
||||
self.io.tool_output(
|
||||
f"RepoMap initialized with map_mul_no_files: {self.map_mul_no_files}"
|
||||
)
|
||||
|
||||
def token_count(self, text):
|
||||
len_text = len(text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue