nuclearpinguin commented on issue #6929: [AIRFLOW-6373] Make airflow/utils pylint compatible URL: https://github.com/apache/airflow/pull/6929#issuecomment-569415661 There are still cyclic imports and I start to doubt in pylint messages, for example: ``` airflow/utils/log/es_task_handler.py:1:0: R0401: Cyclic import (airflow.models -> airflow.models.taskreschedule -> airflow.utils.db) (cyclic-import) ``` and I don't see how it is possible as `airflow.utils.db` do not import anything from `airflow.models` unless you count the import in functions... more info https://github.com/PyCQA/pylint/issues/850
---------------------------------------------------------------- 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
