Skip to content

Commit d2c6b50

Browse files
committed
removing unused variable
1 parent 3f73e88 commit d2c6b50

File tree

1 file changed

+0
-1
lines changed
  • exporter/opentelemetry-exporter-richconsole/src/opentelemetry/exporter/richconsole

1 file changed

+0
-1
lines changed

exporter/opentelemetry-exporter-richconsole/src/opentelemetry/exporter/richconsole/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ def export(self, spans: typing.Sequence[ReadableSpan]) -> SpanExportResult:
160160
@staticmethod
161161
def spans_to_tree(spans: typing.Sequence[ReadableSpan]) -> Dict[str, Tree]:
162162
trees = dict()
163-
all_parent_ids = {span.context.span_id for span in spans}
164163
parents = {}
165164
spans = list(spans)
166165
while spans:

0 commit comments

Comments
 (0)