Skip to content

Commit 8cf40b0

Browse files
committed
pycheckformat
1 parent c5195b8 commit 8cf40b0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

python/rcs/camera/sim.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ def _cpp_to_python_frames(self, cpp_frameset: _FrameSet | None) -> FrameSet | No
8080
extrinsics=self._extrinsics(color_name),
8181
),
8282
depth=DataFrame(
83-
data= (depth_np_frame * BaseCameraSet.DEPTH_SCALE).astype(
84-
np.uint16
85-
),
83+
data=(depth_np_frame * BaseCameraSet.DEPTH_SCALE).astype(np.uint16),
8684
timestamp=cpp_frameset.timestamp,
8785
intrinsics=self._intrinsics(depth_name),
8886
extrinsics=self._extrinsics(depth_name),

0 commit comments

Comments
 (0)