kszucs commented on code in PR #45754:
URL: https://github.com/apache/arrow/pull/45754#discussion_r2016742995


##########
dev/archery/archery/bot.py:
##########
@@ -68,13 +68,12 @@ class Command(_CommandMixin, click.Command):
 
 
 class Group(_CommandMixin, click.Group):
-
     def command(self, *args, **kwargs):
-        kwargs.setdefault('cls', Command)
+        kwargs.setdefault("cls", Command)

Review Comment:
   We can add this commit to the blame ignore file, would that be sufficient?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to