Skip to content

Commit

Permalink
Update hardware-testing/hardware_testing/protocols/plate_reader_qc_pr…
Browse files Browse the repository at this point in the history
…otocol.py

Co-authored-by: Ryan Howard <[email protected]>
  • Loading branch information
vegano1 and ryanthecoder authored Nov 13, 2024
1 parent ebb1c52 commit 99cd5cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def run(protocol: protocol_api.ProtocolContext):
HELLMA_PLATE_SLOT = "C2"
PLATE_READER_SLOT = "D3"

plate_reader = protocol.load_module("absorbanceReaderV1", PLATE_READER_SLOT)
plate_reader: AbsorbanceReaderContext = cast(AbsorbanceReaderContext, protocol.load_module("absorbanceReaderV1", PLATE_READER_SLOT))
hellma_plate = protocol.load_labware("hellma_reference_plate", HELLMA_PLATE_SLOT)
tiprack_1000 = protocol.load_labware(load_name='opentrons_flex_96_tiprack_50ul', location="A2")
trash_labware = protocol.load_trash_bin("A3")
Expand Down

0 comments on commit 99cd5cb

Please sign in to comment.