From 8652fcf86efce7acd1316bf5697f4a6296310cea Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 9 May 2025 06:17:55 -0700 Subject: [PATCH] style: Remove empty lines --- aider/repo.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/repo.py b/aider/repo.py index 809c8e375..0723c6c14 100644 --- a/aider/repo.py +++ b/aider/repo.py @@ -212,8 +212,6 @@ class GitRepo: user_language = coder.get_user_language() commit_message = self.get_commit_message(diffs, context, user_language) - - # Retrieve attribute settings, prioritizing coder.args if available if coder and hasattr(coder, "args"): attribute_author = coder.args.attribute_author