Skip to content

Commit

Permalink
regen post reabse
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 13, 2023
1 parent b725856 commit 7521dcd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion crates/re_types/source_hash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a sha256 hash for all direct and indirect dependencies of this crate's build script.
# It can be safely removed at anytime to force the build script to run again.
# Check out build.rs to see how it's computed.
60a885132835322f26448d23c32897057f33e49c63e744768d10a7bb6c438c09
945a89a398ccae60abb3b3ce9ab03c3c886e6eb59fb641b534317ea3bdade6ec
40 changes: 20 additions & 20 deletions rerun_py/rerun_sdk/rerun2/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,46 @@
from __future__ import annotations

__all__ = [
"InstanceKey",
"InstanceKeyLike",
"InstanceKeyArray",
"InstanceKeyArrayLike",
"InstanceKeyType",
"Color",
"ColorLike",
"ColorArray",
"ColorArrayLike",
"ColorType",
"Point2D",
"Point2DLike",
"Point2DArray",
"Point2DArrayLike",
"Point2DType",
"Label",
"LabelLike",
"LabelArray",
"LabelArrayLike",
"LabelType",
"Radius",
"RadiusLike",
"RadiusArray",
"RadiusArrayLike",
"RadiusType",
"DrawOrder",
"DrawOrderLike",
"DrawOrderArray",
"DrawOrderArrayLike",
"DrawOrderType",
"Point2D",
"Point2DLike",
"Point2DArray",
"Point2DArrayLike",
"Point2DType",
"KeypointId",
"KeypointIdLike",
"KeypointIdArray",
"KeypointIdArrayLike",
"KeypointIdType",
"Color",
"ColorLike",
"ColorArray",
"ColorArrayLike",
"ColorType",
"ClassId",
"ClassIdLike",
"ClassIdArray",
"ClassIdArrayLike",
"ClassIdType",
"InstanceKey",
"InstanceKeyLike",
"InstanceKeyArray",
"InstanceKeyArrayLike",
"InstanceKeyType",
"Radius",
"RadiusLike",
"RadiusArray",
"RadiusArrayLike",
"RadiusType",
]

# NOTE: we use fully qualified paths to prevent lazy circular imports.
Expand Down

0 comments on commit 7521dcd

Please sign in to comment.