turbaszek commented on a change in pull request #7808: Remove airflow.bin package URL: https://github.com/apache/airflow/pull/7808#discussion_r396132701
########## File path: airflow/cli/cli_parser.py ########## @@ -27,16 +27,14 @@ from tabulate import tabulate_formats -from airflow import api, settings +from airflow import settings from airflow.configuration import conf from airflow.exceptions import AirflowException from airflow.executors.executor_loader import ExecutorLoader from airflow.utils.helpers import partition from airflow.utils.module_loading import import_string from airflow.utils.timezone import parse as parsedate -api.load_auth() Review comment: Nice! ---------------------------------------------------------------- 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
