Skip to content

Commit c689d2a

Browse files
committed
formatting
1 parent f76afa9 commit c689d2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app-testing/files/protocols/py/Flex_P1000_96_Gripper_2_16_TriggerPrepareForMountMovement.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,18 @@
2929
THERMOCYCLER_NAME = "thermocycler module gen2"
3030

3131
PCR_PLATE_96_NAME = "nest_96_wellplate_100ul_pcr_full_skirt"
32-
RESERVOIR_NAME = "nest_96_wellplate_2ml_deep" #originally nest_1_reservoir_290ml, but we had none for testing
32+
RESERVOIR_NAME = "nest_96_wellplate_2ml_deep" # originally nest_1_reservoir_290ml, but we had none for testing
3333
TIPRACK_96_ADAPTER_NAME = "opentrons_flex_96_tiprack_adapter"
3434
TIPRACK_96_NAME = "opentrons_flex_96_tiprack_1000ul"
3535

3636
PIPETTE_96_CHANNEL_NAME = "flex_96channel_1000"
3737

3838
USING_GRIPPER = True
3939
RESET_AFTER_EACH_MOVE = True
40-
b = 0.3 # .bottom
40+
b = 0.3 # .bottom
4141

4242

4343
def run(ctx: protocol_api.ProtocolContext) -> None:
44-
4544
################
4645
### FIXTURES ###
4746
################

0 commit comments

Comments
 (0)