From 478a85951c29221e926b4f62d50489b533cbbdf0 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Sat, 31 May 2025 00:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbiomek=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unilabos/devices/liquid_handling/biomek.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unilabos/devices/liquid_handling/biomek.py b/unilabos/devices/liquid_handling/biomek.py index ccca72d1..41812d15 100644 --- a/unilabos/devices/liquid_handling/biomek.py +++ b/unilabos/devices/liquid_handling/biomek.py @@ -30,6 +30,7 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract): protocol_version: str, protocol_author: str, protocol_date: str, + protocol_type: str, none_keys: List[str] = [], ): """ @@ -54,6 +55,7 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract): "version": protocol_version, "author": protocol_author, "date": protocol_date, + "type": protocol_type, }, "labwares": [], "steps": [],