Skip to content

Commit a64b808

Browse files
committed
Removed unused variable in test
1 parent 71eeb29 commit a64b808

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qa/L0_trace/opentelemetry_unittest.py

-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def test_nested_spans(self):
192192
def prepare_data(client):
193193

194194
inputs = []
195-
outputs = []
196195
input0_data = np.full(shape=(1, 16), fill_value=-1, dtype=np.int32)
197196
input1_data = np.full(shape=(1, 16), fill_value=-1, dtype=np.int32)
198197

0 commit comments

Comments
 (0)