Skip to content

Commit

Permalink
Merge branch 'add-schema_url-attribute' of github.com:open-o11y/opent…
Browse files Browse the repository at this point in the history
…elemetry-python into add-schema_url-attribute
  • Loading branch information
dgetu committed May 25, 2021
2 parents b7450eb + 168f24f commit 5af86c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def attributes(self) -> Attributes:
return self._attributes.copy()

@property
def schema_url(self) -> Attributes:
def schema_url(self) -> str:
return self._schema_url

def merge(self, other: "Resource") -> "Resource":
Expand Down

0 comments on commit 5af86c5

Please sign in to comment.