vandonr-amz commented on code in PR #30495:
URL: https://github.com/apache/airflow/pull/30495#discussion_r1165857348


##########
airflow/dag_processing/processor.py:
##########
@@ -187,6 +188,18 @@ def _handle_dag_file_processing():
 
     def start(self) -> None:
         """Launch the process and start processing the DAG."""
+        import importlib

Review Comment:
   hmm, no specific reason, it's really necessary for this specific part of the 
code, shouldn't be relevant for any other function in this file, but I can 
certainly make it top level if you think it's better.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to