Skip to content

Commit

Permalink
fix((confluent-kafka): Removed unused span_list
Browse files Browse the repository at this point in the history
  • Loading branch information
javferrod committed Aug 13, 2023
1 parent 8a1cf98 commit a552778
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def test_poll(self) -> None:
"auto.offset.reset": "earliest",
},
)
span_list = self.memory_exporter.clear()
self.memory_exporter.clear()
consumer = instrumentation.instrument_consumer(consumer)
consumer.poll()
consumer.poll()
Expand Down Expand Up @@ -228,7 +228,7 @@ def test_consume(self) -> None:
},
)

span_list = self.memory_exporter.clear()
self.memory_exporter.clear()
consumer = instrumentation.instrument_consumer(consumer)
consumer.consume(3)
consumer.consume(1)
Expand Down

0 comments on commit a552778

Please sign in to comment.