Skip to content

Commit 2fd3507

Browse files
committed
remove redundant comment
1 parent cf65afa commit 2fd3507

File tree

1 file changed

+0
-20
lines changed
  • exporter/opentelemetry-exporter-otlp-json-common/tests

1 file changed

+0
-20
lines changed

exporter/opentelemetry-exporter-otlp-json-common/tests/__init__.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@
5555
_UNSET = object()
5656

5757

58-
# ---------------------------------------------------------------------------
59-
# Assertion utilities
60-
# ---------------------------------------------------------------------------
61-
62-
6358
def _is_none_equivalent(val_a, val_b):
6459
"""Check if two values should be treated as equal because one is None
6560
and the other is the empty/zero default for that type.
@@ -109,11 +104,6 @@ def assert_proto_json_equal(
109104
)
110105

111106

112-
# ---------------------------------------------------------------------------
113-
# Span builders
114-
# ---------------------------------------------------------------------------
115-
116-
117107
def make_span_unended(
118108
name="test-span",
119109
trace_id=TRACE_ID,
@@ -172,11 +162,6 @@ def make_span(
172162
return span
173163

174164

175-
# ---------------------------------------------------------------------------
176-
# Log builders
177-
# ---------------------------------------------------------------------------
178-
179-
180165
def make_log_context(trace_id=TRACE_ID, span_id=SPAN_ID):
181166
return set_span_in_context(
182167
NonRecordingSpan(
@@ -222,11 +207,6 @@ def make_log(
222207
return ReadableLogRecord(LogRecord(**kwargs), **rkwargs)
223208

224209

225-
# ---------------------------------------------------------------------------
226-
# Metric builders
227-
# ---------------------------------------------------------------------------
228-
229-
230210
def make_metrics_data(
231211
metrics,
232212
resource_attrs=None,

0 commit comments

Comments
 (0)