Skip to content

Commit

Permalink
lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kulkarni committed Jul 23, 2024
1 parent f2cd78e commit d9f7a97
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ def run(ctx: protocol_api.ProtocolContext):

# labware
assay_plates = (
ctx.load_labware("thermo_96_wellplate_2200ul", location=slot, namespace="custom")
for slot in ["C2", "C3", "D2", "D3"][:num_plates]
ctx.load_labware("thermo_96_wellplate_2200ul", location=slot, namespace="custom") for slot in ["C2", "C3", "D2", "D3"][:num_plates]
)
assay_reservoir = ctx.load_labware("nest_1_reservoir_290ml", location="C1")
tiprack1 = ctx.load_labware("opentrons_flex_96_tiprack_200ul", location="A1", adapter="opentrons_flex_96_tiprack_adapter")
Expand Down

0 comments on commit d9f7a97

Please sign in to comment.