style: Remove extra blank line in commands.py

This commit is contained in:
Paul Gauthier (aider) 2024-09-04 08:40:28 -07:00
parent d68aff6c6b
commit bb9cb629e4

View file

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