diff --git a/unilabos/devices/liquid_handling/biomek.py b/unilabos/devices/liquid_handling/biomek.py index 12cdf096..7692905e 100644 --- a/unilabos/devices/liquid_handling/biomek.py +++ b/unilabos/devices/liquid_handling/biomek.py @@ -175,7 +175,7 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract): "SplitVolumeCleaning": False, "Stop": "Destinations", "TipLocation": "BC1025F", - "UseCurrentTips": False, + "UseCurrentTips": False, "UseDisposableTips": True, "UseFixedTips": False, "UseJIT": True, @@ -205,4 +205,4 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract): self.temp_protocol["steps"].append(transfer_params) return - \ No newline at end of file + s \ No newline at end of file