Skip to content

Commit df37e32

Browse files
committed
style: envs
1 parent 54f6b68 commit df37e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/rcsss/envs/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def check_depth(depth):
461461
if check_depth(frame.camera.depth)
462462
else {
463463
self.RGB_KEY: frame.camera.color.data,
464-
self.DEPTH_KEY: frame.camera.depth.data, # type: ignore
464+
self.DEPTH_KEY: frame.camera.depth.data, # type: ignore
465465
}
466466
)
467467
for camera_name, frame in frameset.frames.items()

0 commit comments

Comments
 (0)