Skip to content

Commit

Permalink
regenerating with latest builder code
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 12, 2023
1 parent 4f630ea commit 30955aa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 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.
4438d6ba4aeced8cac0f7c9be68bd36c087ed78b2fbb6d241e583b22aac99ad2
a7f3c6f6e29d897104debea55952dca83bc273d4f45654f97102e9e22b9f3741
3 changes: 2 additions & 1 deletion rerun_py/rerun2/archetypes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# NOTE: This file was autogenerated by re_types_builder; DO NOT EDIT.
from __future__ import annotations

# NOTE:
# - we use fully qualified paths to prevent lazy circular imports
# - `noqa F401` (unused import) everywhere because, while not strictly necessary,
# these imports are very nice for end users.
from __future__ import annotations

from rerun2.archetypes.points2d import Points2D # noqa: F401
10 changes: 5 additions & 5 deletions rerun_py/rerun2/components/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# NOTE: This file was autogenerated by re_types_builder; DO NOT EDIT.

# NOTE:
# - we use fully qualified paths to prevent lazy circular imports
# - `noqa F401` (unused import) everywhere because, while not strictly necessary,
# these imports are very nice for end users.
from __future__ import annotations

from rerun2.components.class_id import ClassId, ClassIdArray, ClassIdArrayLike, ClassIdLike, ClassIdType # noqa: F401
Expand Down Expand Up @@ -26,9 +31,4 @@
)
from rerun2.components.label import Label, LabelArray, LabelArrayLike, LabelLike, LabelType # noqa: F401
from rerun2.components.point2d import Point2D, Point2DArray, Point2DArrayLike, Point2DLike, Point2DType # noqa: F401

# NOTE:
# - we use fully qualified paths to prevent lazy circular imports
# - `noqa F401` (unused import) everywhere because, while not strictly necessary,
# these imports are very nice for end users.
from rerun2.components.radius import Radius, RadiusArray, RadiusArrayLike, RadiusLike, RadiusType # noqa: F401
3 changes: 2 additions & 1 deletion rerun_py/rerun2/datatypes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# NOTE: This file was autogenerated by re_types_builder; DO NOT EDIT.
from __future__ import annotations

# NOTE:
# - we use fully qualified paths to prevent lazy circular imports
# - `noqa F401` (unused import) everywhere because, while not strictly necessary,
# these imports are very nice for end users.
from __future__ import annotations

from rerun2.datatypes.vec2d import Vec2D, Vec2DArray, Vec2DArrayLike, Vec2DLike, Vec2DType # noqa: F401

0 comments on commit 30955aa

Please sign in to comment.