Skip to content

Commit

Permalink
Update rerun_py/rerun_sdk/rerun/_baseclasses.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Leibs <[email protected]>
  • Loading branch information
teh-cmc and jleibs authored Dec 9, 2024
1 parent 77b1f3f commit 7d83fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/rerun_sdk/rerun/_baseclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ def __init__(
archetype_name: str | None = None,
archetype_field_name: str | None = None,
) -> None:
self.component_name = component_name
self.archetype_name = archetype_name
self.archetype_field_name = archetype_field_name
self.component_name = component_name

def __eq__(self, other: object) -> bool:
if not isinstance(other, ComponentDescriptor):
Expand Down

0 comments on commit 7d83fd1

Please sign in to comment.