From a8323c4f58283e2784abd3645fc8d6cde97578c5 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Mon, 7 Jul 2025 17:58:23 +0000 Subject: [PATCH] Remove section of docstring that no longer applies --- src/openflexure_microscope_server/things/camera/picamera.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/camera/picamera.py b/src/openflexure_microscope_server/things/camera/picamera.py index aa146e16..0f336354 100644 --- a/src/openflexure_microscope_server/things/camera/picamera.py +++ b/src/openflexure_microscope_server/things/camera/picamera.py @@ -338,7 +338,6 @@ class StreamingPiCamera2(BaseCamera): :param pause_stream: If False the `Picamera2` instance is simply yielded. If True: - * Updated persistent controls * Stop the MJPEG Stream * Yield the `Picamera2` instance for function calling the context manager to make changes.