From 87e4010b8b44e0e6db282b96354d387e631e8b5c Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 27 Sep 2024 16:39:42 -0700 Subject: [PATCH] style: Run linter --- aider/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 0098ca309..bd5a6d603 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -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()