xBis7 commented on code in PR #56187: URL: https://github.com/apache/airflow/pull/56187#discussion_r2567934784
########## shared/observability/src/airflow_shared/observability/metrics/statsd_logger.py: ########## @@ -22,10 +22,9 @@ from functools import wraps from typing import TYPE_CHECKING, TypeVar, cast -from airflow.configuration import conf -from airflow.exceptions import AirflowConfigException -from airflow.metrics.protocols import Timer -from airflow.metrics.validators import ( +from airflow._shared.configuration.exceptions import AirflowConfigException Review Comment: Fixed. -- 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]
