potiuk commented on code in PR #59956: URL: https://github.com/apache/airflow/pull/59956#discussion_r2655458265
########## shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py: ########## @@ -0,0 +1,280 @@ +# Review Comment: Maybe do it as I did with modules_loading and move all that to `__init__.py` - i found it much nicer as you would not have to repeat `plugins_manager` twice in imports. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
