From 68c9f76fc08fbbd6d08000c4de85abaea85d89b3 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Thu, 12 Mar 2026 16:11:41 +0000 Subject: [PATCH] Fix missing import --- src/openflexure_microscope_server/things/scan_workflows.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openflexure_microscope_server/things/scan_workflows.py b/src/openflexure_microscope_server/things/scan_workflows.py index 93a3d8bc..6ce8e42b 100644 --- a/src/openflexure_microscope_server/things/scan_workflows.py +++ b/src/openflexure_microscope_server/things/scan_workflows.py @@ -44,6 +44,7 @@ from openflexure_microscope_server.ui import ( UI_ELEMENT_RESPONSE, Accordion, HeaderBlock, + PropertyControl, TextBlock, UIElementList, action_button_for,