raulcd commented on code in PR #14533:
URL: https://github.com/apache/arrow/pull/14533#discussion_r1068591997


##########
dev/merge_arrow_pr.py:
##########
@@ -109,15 +110,10 @@ def strip_ci_directives(commit_message):
     # commit message
     return _REGEX_CI_DIRECTIVE.sub('', commit_message)
 
-
-def fix_version_from_branch(branch, versions):
+def fix_version_from_branch(versions):

Review Comment:
   There's a minor linting issue missing an extra empty line here:
   ```suggestion
   
   def fix_version_from_branch(versions):
   ```



-- 
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