Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: run black
Signed-off-by: jupyterjazz <[email protected]>
  • Loading branch information
jupyterjazz committed Jun 26, 2023
commit 1a692773b1468139d6905756c55802ba1a64bd14
6 changes: 2 additions & 4 deletions docarray/typing/url/url_3d/point_cloud_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
from docarray.typing.url.url_3d.url_3d import Url3D

if TYPE_CHECKING:
from docarray.documents.point_cloud.points_and_colors import \
PointsAndColors
from docarray.documents.point_cloud.points_and_colors import PointsAndColors


T = TypeVar('T', bound='PointCloud3DUrl')
Expand Down Expand Up @@ -74,8 +73,7 @@ class MyDoc(BaseDoc):

:return: np.ndarray representing the point cloud
"""
from docarray.documents.point_cloud.points_and_colors import \
PointsAndColors
from docarray.documents.point_cloud.points_and_colors import PointsAndColors

if not trimesh_args:
trimesh_args = {}
Expand Down