mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: fix linting issue in list comprehension spacing
This commit is contained in:
parent
96c6d408fb
commit
14417f70af
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class FileWatcher:
|
|||
if line_nums:
|
||||
content = self.io.read_text(fname)
|
||||
lines = content.splitlines()
|
||||
comments = [lines[i-1].strip() for i in line_nums]
|
||||
comments = [lines[i - 1].strip() for i in line_nums]
|
||||
ai_comments[fname] = comments
|
||||
has_bangs = has_bang
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue