You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/12/27 19:48:46 UTC

[GitHub] [airflow] nuclearpinguin commented on issue #6929: [AIRFLOW-6373] Make airflow/utils pylint compatible

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:
users@infra.apache.org


With regards,
Apache Git Services