nuclearpinguin commented on issue #6929: [AIRFLOW-6373] Make airflow/utils pylint compatible URL: https://github.com/apache/airflow/pull/6929#issuecomment-569334221 Or even more cyclic imports? ``` ************* Module airflow.cli.commands.config_command 1652airflow/cli/commands/config_command.py:1:0: R0401: Cyclic import (airflow.models -> airflow.models.taskreschedule -> airflow.utils.db) (cyclic-import) 1653airflow/cli/commands/config_command.py:1:0: R0401: Cyclic import (airflow.models.baseoperator -> airflow.utils.db -> airflow.models.serialized_dag -> airflow.serialization.serialized_objects) (cyclic-import) 1654airflow/cli/commands/config_command.py:1:0: R0401: Cyclic import (airflow.models.baseoperator -> airflow.utils.helpers) (cyclic-import) 1655airflow/cli/commands/config_command.py:1:0: R0401: Cyclic import (airflow.models -> airflow.models.baseoperator -> airflow.utils.db) (cyclic-import) 1656airflow/cli/commands/config_command.py:1:0: R0401: Cyclic import (airflow.models -> airflow.models.taskreschedule -> airflow.utils.db -> airflow.models.serialized_dag -> airflow.serialization.serialized_objects) (cyclic-import) 1657airflow/cli/commands/config_command.py:1:0: R0401: Cyclic import (airflow.models.serialized_dag -> airflow.utils.db) (cyclic-import) ```
---------------------------------------------------------------- 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
