ephraimbuddy commented on code in PR #55139: URL: https://github.com/apache/airflow/pull/55139#discussion_r2330875730
########## airflow-core/src/airflow/models/__init__.py: ########## @@ -124,10 +124,10 @@ def __getattr__(name): if TYPE_CHECKING: # I was unable to get mypy to respect a airflow/models/__init__.pyi, so # having to resort back to this hacky method + from airflow.dag_processing.dagbag import DagBag Review Comment: Nope. It is replacing the previous import path. It's ok this way. This helps us do `from airflow.models import DagBag` -- 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