Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
Alex Boten committed Feb 1, 2021
commit d5143b004f5eff7aeb0b741784b3c7e49248eea9
3 changes: 0 additions & 3 deletions opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ def wrapper(self, *args, **kwargs):
class ReadableSpan:
"""Provides read-only access to span attributes"""

_name
_context

@property
def name(self):
return self._name
Expand Down