ashb commented on pull request #12466: URL: https://github.com/apache/airflow/pull/12466#issuecomment-735375277
> > Did something really detect that as a cycle? Cos importing `connection.py` would not cause the provider_manager to import anything from plugins_manager -- only running code would do that, not simply importing. Therefore that is not a cyclic import. > > Yes. Pylint did and fail. https://github.com/PyCQA/pylint/issues/850 - anyway, Not a "real" cyclic import (or at least not on triggered at import time) but anyway, moving it out is cleanler ---------------------------------------------------------------- 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]
