OmerJog commented on a change in pull request #6467: [AIRFLOW-5814] Implementing Presto hook tests URL: https://github.com/apache/airflow/pull/6467#discussion_r341836406
########## File path: airflow/www/security.py ########## @@ -21,7 +21,7 @@ from flask import g from flask_appbuilder.security.sqla import models as sqla_models from flask_appbuilder.security.sqla.manager import SecurityManager -from sqlalchemy import or_, and_ +from sqlalchemy import and_, or_ Review comment: Looks like unrelated change? ---------------------------------------------------------------- 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] With regards, Apache Git Services
