ephraimbuddy commented on code in PR #55139: URL: https://github.com/apache/airflow/pull/55139#discussion_r2367392802
########## providers/fab/src/airflow/providers/fab/www/airflow_flask_app.py: ########## @@ -21,7 +21,7 @@ from flask import Flask if TYPE_CHECKING: - from airflow.models.dagbag import DagBag + from airflow.models import DagBag Review Comment: Updated to handle the case when we are in 3.1+ -- 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]
