Skip to content

Commit 89c8391

Browse files
committed
Fix wrong params in create_histogram
1 parent a79030d commit 89c8391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-api/tests/metrics/test_meter.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def create_histogram(
4747
name,
4848
unit="",
4949
description="",
50+
*,
5051
explicit_bucket_boundaries_advisory=None,
5152
):
5253
super().create_histogram(

0 commit comments

Comments
 (0)