style: Format code with linter

This commit is contained in:
Paul Gauthier (aider) 2024-08-21 16:03:43 -07:00
parent bbb40e3045
commit ff039e80ad

View file

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