From 3584e92a1ede683defa9edf0ea27b45a64dd576f Mon Sep 17 00:00:00 2001 From: Guangxin Zhang Date: Wed, 16 Jul 2025 22:39:02 +0800 Subject: [PATCH] Update prcxi.py --- unilabos/devices/liquid_handling/prcxi/prcxi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unilabos/devices/liquid_handling/prcxi/prcxi.py b/unilabos/devices/liquid_handling/prcxi/prcxi.py index d08d979..c977ff5 100644 --- a/unilabos/devices/liquid_handling/prcxi/prcxi.py +++ b/unilabos/devices/liquid_handling/prcxi/prcxi.py @@ -106,8 +106,7 @@ class PRCXI9300Trash(Trash): data = super().serialize_state() data.update(self._unilabos_state) return data - - + class PRCXI9300Handler(LiquidHandlerAbstract): support_touch_tip = False @property