From bb9cb629e4741350414be1dcb3a94fa57c5deb90 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 4 Sep 2024 08:40:28 -0700 Subject: [PATCH] style: Remove extra blank line in commands.py --- aider/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index c2e58ffca..953c038b6 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -524,7 +524,6 @@ class Commands: except ANY_GIT_ERROR as err: self.io.tool_error(f"Unable to complete diff: {err}") - def cmd_diff_raw(self, args=""): if not self.coder.repo: self.io.tool_error("No git repository found.")