amoghrajesh commented on code in PR #60698:
URL: https://github.com/apache/airflow/pull/60698#discussion_r2705045005


##########
shared/observability/src/airflow_shared/observability/metrics/statsd_logger.py:
##########
@@ -157,7 +157,7 @@ def timer(
 
 def get_statsd_logger(
     *,
-    stats_class: type[StatsClient],
+    stats_class: type[StatsClient] | None = None,

Review Comment:
   Oh not needed anymore. This was to fix something else



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