potiuk commented on code in PR #56187:
URL: https://github.com/apache/airflow/pull/56187#discussion_r2569458052


##########
shared/observability/tests/observability/metrics/test_stats.py:
##########
@@ -27,11 +27,12 @@
 import pytest
 import statsd
 
-import airflow
-from airflow.exceptions import AirflowConfigException, 
InvalidStatsNameException
-from airflow.metrics.datadog_logger import SafeDogStatsdLogger
-from airflow.metrics.statsd_logger import SafeStatsdLogger
-from airflow.metrics.validators import (
+import airflow.observability.stats

Review Comment:
   ```suggestion
   import airflow_shared.observability.stats
   ```
   
   ?



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