Skip to content

Commit

Permalink
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored and attila-s committed Jul 19, 2024
1 parent 9c0b119 commit 3e36b69
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def merge(self, other: "Resource") -> "Resource":
other.schema_url,
)
return self

return Resource(merged_attributes, schema_url)

def __eq__(self, other: object) -> bool:
Expand Down

0 comments on commit 3e36b69

Please sign in to comment.