From 0dfd4ce8a8775c3564679630ec4ae5aefc78ead6 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Sat, 15 Nov 2025 02:27:32 +0800 Subject: [PATCH] correct bioyond config --- unilabos/devices/workstation/bioyond_studio/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/unilabos/devices/workstation/bioyond_studio/config.py b/unilabos/devices/workstation/bioyond_studio/config.py index 52ae82e6..2120b4ab 100644 --- a/unilabos/devices/workstation/bioyond_studio/config.py +++ b/unilabos/devices/workstation/bioyond_studio/config.py @@ -135,4 +135,6 @@ WORKFLOW_STEP_IDS = { } } -LOCATION_MAPPING = {} \ No newline at end of file +LOCATION_MAPPING = {} + +ACTION_NAMES = {} \ No newline at end of file