dstandish commented on code in PR #63566: URL: https://github.com/apache/airflow/pull/63566#discussion_r2940643205
########## 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: it's true. and i think we sorta can't import airflow config parser from here right? -- 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]
