Skip to content

Commit e52488e

Browse files
authored
Merge pull request #103 from scaleapi/add-imports-for-pandaset-notebook
add missing imports to init.py
2 parents 203e22a + 5121454 commit e52488e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nucleus/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
BoxAnnotation,
7272
CuboidAnnotation,
7373
Point,
74+
Point3D,
7475
PolygonAnnotation,
7576
Segment,
7677
SegmentationAnnotation,
@@ -110,7 +111,7 @@
110111
UPDATE_KEY,
111112
)
112113
from .dataset import Dataset
113-
from .dataset_item import DatasetItem, CameraParams
114+
from .dataset_item import DatasetItem, CameraParams, Quaternion
114115
from .errors import (
115116
DatasetItemRetrievalError,
116117
ModelCreationError,
@@ -136,7 +137,7 @@
136137
)
137138
from .slice import Slice
138139
from .upload_response import UploadResponse
139-
from .scene import Frame, Scene, LidarScene
140+
from .scene import Frame, LidarScene
140141

141142
# pylint: disable=E1101
142143
# TODO: refactor to reduce this file to under 1000 lines.

0 commit comments

Comments
 (0)