From 09336c9cb5f71dfb2db7c526652facea475b9b14 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Wed, 17 Dec 2025 10:08:47 +0000 Subject: [PATCH] Apply suggestions from code review of branch continue-removing-deps Co-authored-by: Richard Bowman --- src/openflexure_microscope_server/things/autofocus.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openflexure_microscope_server/things/autofocus.py b/src/openflexure_microscope_server/things/autofocus.py index 1d310db0..4ebbab00 100644 --- a/src/openflexure_microscope_server/things/autofocus.py +++ b/src/openflexure_microscope_server/things/autofocus.py @@ -218,8 +218,6 @@ class JPEGSharpnessMonitor: ``data_dict`` and data with interpolated ``z`` positions can be retrieved with move_data. - A new JPEGSharpnessMonitor instance is created each time an action with the - SharpnessMonitorDep as an argument is called. """ def __init__(self, stage: BaseStage, camera: BaseCamera) -> None: