ashb commented on a change in pull request #12466:
URL: https://github.com/apache/airflow/pull/12466#discussion_r532191286
##########
File path: airflow/plugins_manager.py
##########
@@ -30,6 +30,7 @@
import importlib_metadata
from airflow import settings
+from airflow.utils.entry_points_with_dist import entry_points_with_dist
Review comment:
Module name is a little bit specific -- how about `from
airflow.utils.plugins import entry_points_with_dist`?
----------------------------------------------------------------
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]