ashb commented on code in PR #63566:
URL: https://github.com/apache/airflow/pull/63566#discussion_r2934886080


##########
shared/observability/src/airflow_shared/observability/traces/__init__.py:
##########
@@ -30,8 +31,8 @@
 from opentelemetry.trace import NonRecordingSpan, SpanContext, TraceFlags
 from opentelemetry.trace.propagation.tracecontext import 
TraceContextTextMapPropagator
 
-from airflow.configuration import conf
-
+if TYPE_CHECKING:
+    from configparser import ConfigParser

Review Comment:
   This isn't 100% right - we add a few things on top of this like getmodule 
etc - but it's fine in the case



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