Skip to content

Commit e08116b

Browse files
committed
lint
1 parent f701390 commit e08116b

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/trace

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def attributes(self) -> types.Attributes:
308308
attributes = self._event_formatter()
309309
_filter_attribute_values(attributes)
310310
if not attributes:
311-
attributes = self._new_attributes()
311+
attributes = Span._new_attributes()
312312
return attributes
313313

314314

0 commit comments

Comments
 (0)