Skip to content

Commit 5a69a12

Browse files
fix incorrect docstring in tracer.py (#293)
1 parent 6e6064f commit 5a69a12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/strands/telemetry/tracer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,6 @@ def get_tracer(
582582
otlp_endpoint: OTLP endpoint URL for sending traces.
583583
otlp_headers: Headers to include with OTLP requests.
584584
enable_console_export: Whether to also export traces to console.
585-
tracer_provider: Optional existing TracerProvider to use instead of creating a new one.
586585
587586
Returns:
588587
The global tracer instance.

0 commit comments

Comments
 (0)