Skip to content

Commit 035983a

Browse files
committed
fix inline doc
1 parent b43b26a commit 035983a

File tree

1 file changed

+0
-4
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/trace/export

1 file changed

+0
-4
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/trace/export/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,8 @@ def shutdown(self) -> None:
7979

8080

8181
class ConsoleSpanExporter(SpanExporter):
82-
<<<<<<< HEAD
8382
"""Implementation of :class:`SpanExporter` that prints spans to the
8483
console.
85-
=======
86-
"""Implementation of :class:`Exporter` that prints spans to the console.
87-
>>>>>>> add console exporter
8884
8985
This class can be used for diagnostic purposes. It prints the exported
9086
spans to the console STDOUT.

0 commit comments

Comments
 (0)