Skip to content

Commit

Permalink
Update opentelemetry-sdk/src/opentelemetry/sdk/trace/export/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl authored Feb 12, 2020
1 parent c3fe33f commit fd0c8ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def __init__(
format: str = "",
):
self.out = out
self.format= format
self.format = format

def export(self, spans: typing.Sequence[Span]) -> SpanExportResult:
for span in spans:
Expand Down

0 comments on commit fd0c8ce

Please sign in to comment.