Skip to content

Commit

Permalink
Update propagation.md (#5260)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekquasar authored Sep 30, 2024
1 parent 27efc60 commit ec6efec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/python/propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ First, on the sending service, inject the current `context`:
```python
from flask import Flask
import requests
from opentelemetry import trace, propagators, baggage
from opentelemetry import trace, baggage
from opentelemetry.trace.propagation.tracecontext import TraceContextTextMapPropagator
from opentelemetry.baggage.propagation import W3CBaggagePropagator
from opentelemetry.sdk.trace import TracerProvider
Expand Down

0 comments on commit ec6efec

Please sign in to comment.