From 33d0a9a0ae9279fa12f3ae67d6eb6bded4039fa7 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:42:14 +0200 Subject: [PATCH] Update camera.py The indentation must be like this for returns --- src/viam/components/camera/camera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viam/components/camera/camera.py b/src/viam/components/camera/camera.py index 6cade1a6a..b416303af 100644 --- a/src/viam/components/camera/camera.py +++ b/src/viam/components/camera/camera.py @@ -88,7 +88,7 @@ async def get_images( Returns: Tuple[Sequence[NamedImage], ResponseMetadata]: A tuple containing two values; the first [0] a list of images - returned from the camera system, and the second [1] the metadata associated with this response. + returned from the camera system, and the second [1] the metadata associated with this response. For more information, see `Camera component `_. """