From e12b3f1b2071dac8c863c0ce8157a2605d558c58 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Fri, 18 Jul 2025 02:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eset=20liquid=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unilabos/devices/liquid_handling/prcxi/prcxi.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unilabos/devices/liquid_handling/prcxi/prcxi.py b/unilabos/devices/liquid_handling/prcxi/prcxi.py index 10313c7..dde2d09 100644 --- a/unilabos/devices/liquid_handling/prcxi/prcxi.py +++ b/unilabos/devices/liquid_handling/prcxi/prcxi.py @@ -135,6 +135,9 @@ class PRCXI9300Handler(LiquidHandlerAbstract): def set_liquid(self, wells: list[Well], liquid_names: list[str], volumes: list[float]): return super().set_liquid(wells, liquid_names, volumes) + def set_liquid(self, wells: list[Well], liquid_names: list[str], volumes: list[float]): + return super().set_liquid(wells, liquid_names, volumes) + async def create_protocol( self, protocol_name: str = "",