xBis7 commented on code in PR #63932:
URL: https://github.com/apache/airflow/pull/63932#discussion_r3081392850


##########
airflow-core/src/airflow/__init__.py:
##########
@@ -89,7 +89,6 @@
     # Deprecated lazy imports
     "AirflowException": (".exceptions", "AirflowException", True),
     "Dataset": (".sdk", "Asset", True),

Review Comment:
   This comment is invalid. This is just for `airflow-core` which has been 
migrated and doesn't need a deprecation process. The `Stats` shim is meant to 
be used by 3rd party libraries such as providers and not `airflow-core`.
   
   Even if we were to add it here, the lazy import wouldn't make sense anymore 
since the metaclass has been removed.



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