xBis7 commented on code in PR #62127: URL: https://github.com/apache/airflow/pull/62127#discussion_r2828061443
########## task-sdk/src/airflow/sdk/observability/metrics/statsd_logger.py: ########## @@ -29,7 +29,7 @@ log = logging.getLogger(__name__) -def get_statsd_logger(cls) -> SafeStatsdLogger: +def get_statsd_logger() -> SafeStatsdLogger: Review Comment: Yes same here. -- 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]
