uranusjr commented on code in PR #72369:
URL: https://github.com/apache/airflow/pull/72369#discussion_r3954551627


##########
airflow-core/src/airflow/utils/file.py:
##########
@@ -28,7 +27,16 @@
 from pathlib import Path
 from typing import overload
 
-from airflow._shared.module_loading import MODIFIED_DAG_MODULE_NAME
+from airflow._shared.module_loading import (
+    get_unique_dag_module_name as get_unique_dag_module_name,
+    might_contain_dag as might_contain_dag,
+    might_contain_dag_via_default_heuristic as 
might_contain_dag_via_default_heuristic,
+)
+from airflow._shared.module_loading import (
+    get_unique_dag_module_name as get_unique_dag_module_name,
+    might_contain_dag as might_contain_dag,
+    might_contain_dag_via_default_heuristic as 
might_contain_dag_via_default_heuristic,
+)

Review Comment:
   ```suggestion
   ```



-- 
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]

Reply via email to