Skip to content

Commit 363c62e

Browse files
committed
Remove setting unused 'stability_string' attribute.
1 parent 235249b commit 363c62e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opentelemetry-semantic-conventions/scripts/templates/semantic_attributes.rs.j2

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
{%- for attribute in attributes %}
1010
{%- set x=attribute.__setattr__("fqn_const_name", (attribute.fqn | to_const_name)) %}
11-
{%- set x=attribute.__setattr__("stability_string", (attribute.stability | string())) %}
1211
{%- endfor %}
1312

1413
{%- for name, attrs in (attributes | groupby('fqn_const_name')) %}

0 commit comments

Comments
 (0)