nuclearpinguin commented on issue #6929: [AIRFLOW-6373] Make airflow/utils pylint compatible URL: https://github.com/apache/airflow/pull/6929#issuecomment-569418494 I just removed inner imports in `airflow.db` result: no cyclic imports. There is a difference between real cyclic import which will be reported by Python and those "probably a cyclic import" raised by pylint. However, I agree that it's a good idea to remove session stuff to some `session` module.
---------------------------------------------------------------- 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
