lh liquid

This commit is contained in:
Xuwznln
2026-02-03 15:15:57 +08:00
parent 56eb7e2ab4
commit 380b39100d
7 changed files with 937 additions and 78 deletions

View File

@@ -590,7 +590,7 @@ class PRCXI9300Handler(LiquidHandlerAbstract):
return super().set_liquid(wells, liquid_names, volumes)
def set_liquid_from_plate(
self, plate: ResourceSlot, well_names: list[str], liquid_names: list[str], volumes: list[float]
self, plate: List[ResourceSlot], well_names: list[str], liquid_names: list[str], volumes: list[float]
) -> SetLiquidFromPlateReturn:
return super().set_liquid_from_plate(plate, well_names, liquid_names, volumes)