tomasfarias commented on pull request #11964: URL: https://github.com/apache/airflow/pull/11964#issuecomment-796693453
Now that you mention that, we should also change the deprecated imports, e.g.: ``` from airflow.operators.branch_operator import BranchBaseOperator ``` To: ``` from airflow.operators.branch import BaseBranchOperator ``` I've pushed the changes to my fork, see this commit: https://github.com/tomasfarias/airflow/commit/5fc2862b5cddb1c427fc4727b09ce1490eb91c6a. I can create a PR as soon as the changes are confirmed as needed 👍 Great feedback! ---------------------------------------------------------------- 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]
