Skip to content

Commit b843cc4

Browse files
committed
format
1 parent 9f189d1 commit b843cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware-testing/hardware_testing/protocols/universal_photometric.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def _validate_dye_liquid_height(trial: int) -> None:
393393
)
394394
retrying = True
395395
pip._retract()
396-
#if ctx.params.lld: # type: ignore [attr-defined]
396+
# if ctx.params.lld: # type: ignore [attr-defined]
397397
# pip.return_tip()
398398
# pip._retract()
399399
# ctx.pause("Replace tip rack.")
@@ -450,7 +450,7 @@ def _get_transfer_settings(tiprack: Labware, first_trial: bool) -> LiquidClass:
450450
liquid_class = _get_transfer_settings(tips, i == 0)
451451
pip.pick_up_tip(tips["A1"])
452452

453-
#if i == 0:
453+
# if i == 0:
454454
# _validate_dye_liquid_height()
455455
_validate_dye_liquid_height(i)
456456

0 commit comments

Comments
 (0)