kevingurney commented on code in PR #13975:
URL: https://github.com/apache/arrow/pull/13975#discussion_r959531022
##########
dev/tasks/conda-recipes/azure.clean.yml:
##########
@@ -1,3 +1,5 @@
+{% import 'macros.jinja' as macros with context %}
Review Comment:
1. You are absolutely right! Importing the macros are not required anymore.
This was an oversight on my part - I left this in by accident from a previous
version of the code which used a jinja macro instead of a method on the
`Target` object to check whether the current branch is the default branch.
Since leaving this import statement in didn't cause any obvious issues, I
completely forgot to remove it. My apologies! Thank you for catching this!
2. Of course - I will add the License header.
--
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]