sortega commented on code in PR #70517: URL: https://github.com/apache/airflow/pull/70517#discussion_r3776498123
########## shared/observability/src/airflow_shared/observability/metrics/statsd_logger.py: ########## @@ -22,6 +22,8 @@ from functools import wraps from typing import TYPE_CHECKING, TypeVar, cast +from statsd import StatsClient, UnixSocketStatsClient Review Comment: Move them back to `if TYPE_CHECKING` and used a lazy import in the function -- 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]
