From 4f0d4536abf41f9fe507a8c2fb5c9d9d31041692 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Wed, 22 Oct 2025 09:43:56 +0000 Subject: [PATCH] Apply suggestions from code review of branch camera-metadata --- src/openflexure_microscope_server/things/camera/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/camera/__init__.py b/src/openflexure_microscope_server/things/camera/__init__.py index f05c19fa..a76914d6 100644 --- a/src/openflexure_microscope_server/things/camera/__init__.py +++ b/src/openflexure_microscope_server/things/camera/__init__.py @@ -491,7 +491,7 @@ class BaseCamera(lt.Thing): def _capture_metadata( self, metadata: dict, - ) -> None: + ) -> dict: """Return the metadata for a capture, from the thing states, time and known names.""" return { "capture_time": datetime.now().timestamp(),