style: Run linter

This commit is contained in:
Paul Gauthier (aider) 2024-09-27 16:39:42 -07:00
parent 7830dadccf
commit 87e4010b8b

View file

@ -580,7 +580,6 @@ class Commands:
return fname
def completions_raw_read_only(self, document, complete_event):
# Get the text before the cursor and strip leading spaces
text = document.text_before_cursor.lstrip()