Skip to content

Commit 59458d3

Browse files
Update opentelemetry-instrumentation/src/opentelemetry/instrumentation/_labeler/_internal/__init__.py
Co-authored-by: Lukas Hering <40302054+herin049@users.noreply.github.com>
1 parent 4c9adb3 commit 59458d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • opentelemetry-instrumentation/src/opentelemetry/instrumentation/_labeler/_internal

opentelemetry-instrumentation/src/opentelemetry/instrumentation/_labeler/_internal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(
4646
String values exceeding this length will be truncated.
4747
"""
4848
self._lock = threading.Lock()
49-
self._attributes: Dict[str, Union[str, int, float, bool]] = {}
49+
self._attributes: dict[str, Union[str, int, float, bool]] = {}
5050
self._max_custom_attrs = max_custom_attrs
5151
self._max_attr_value_length = max_attr_value_length
5252

0 commit comments

Comments
 (0)