Adapt to new scheduler.

This commit is contained in:
Xuwznln
2026-02-06 00:48:27 +08:00
parent 5dda5c61ce
commit b9d6f71970
9 changed files with 419 additions and 86 deletions

View File

@@ -595,7 +595,7 @@ class PRCXI9300Handler(LiquidHandlerAbstract):
return super().set_liquid(wells, liquid_names, volumes)
def set_liquid_from_plate(
self, plate: List[ResourceSlot], well_names: list[str], liquid_names: list[str], volumes: list[float]
self, plate: 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)