unify liquid_handler definition

This commit is contained in:
Junhan Chang
2025-05-14 22:14:14 +08:00
parent 5a564c0c05
commit 83c765f0ab
12 changed files with 114 additions and 163 deletions

View File

@@ -14,7 +14,7 @@ from pylabrobot.resources import (
Well
)
class DPLiquidHandler(LiquidHandler):
class LiquidHandlerAbstract(LiquidHandler):
"""Extended LiquidHandler with additional operations."""
# ---------------------------------------------------------------