Skip to content

Commit f72fbb1

Browse files
Reformatting
1 parent 8f8d019 commit f72fbb1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,8 @@ def _configure_internal(
164164
use_s2s_endpoint=exporter_options.use_s2s_endpoint,
165165
suppress_invoke_agent_input=suppress_invoke_agent_input,
166166
)
167-
168-
else:
169167

168+
else:
170169
if os.environ.get("OTEL_EXPORTER_OTLP_ENDPOINT"):
171170
exporter = OTLPSpanExporter()
172171
self._logger.warning(

0 commit comments

Comments
 (0)