KevinYang21 commented on a change in pull request #5944: [AIRFLOW-5362] Reorder imports URL: https://github.com/apache/airflow/pull/5944#discussion_r327497095
########## File path: airflow/__init__.py ########## @@ -23,39 +23,39 @@ implement their own login mechanisms by providing an `airflow_login` module in their PYTHONPATH. airflow_login should be based off the `airflow.www.login` -""" -from typing import Optional, Callable -from airflow import version -from airflow.utils.log.logging_mixin import LoggingMixin +isort:skip_file Review comment: 👍 Thank you ---------------------------------------------------------------- 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
