Skip to content

Commit

Permalink
dude i have no idea what your problem is
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 24, 2025
1 parent 7db0d91 commit 5570f8b
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 @@ -395,7 +395,7 @@ def __init__(self, component_batch: ComponentBatchLike, *, lengths: npt.ArrayLik
self.lengths = np.ones(len(component_batch.as_arrow_array()))
else:
# Normal component, lengths specified -> follow instructions
self.lengths = lengths
self.lengths = lengths # type: ignore[assignment]

def component_descriptor(self) -> ComponentDescriptor:
"""
Expand Down

0 comments on commit 5570f8b

Please sign in to comment.