ashb commented on a change in pull request #8902: URL: https://github.com/apache/airflow/pull/8902#discussion_r427276243
########## File path: dev/airflow-jira ########## @@ -20,11 +20,11 @@ # This tool is based on the Spark merge_spark_pr script: # https://github.com/apache/spark/blob/master/dev/merge_spark_pr.py -from collections import defaultdict, Counter - -import jira import re import sys +from collections import Counter, defaultdict + +import jira Review comment: Could you revert the change to this file please as it's unrelated ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
