Skip to content

Commit

Permalink
Update api/src/opentrons/protocol_engine/commands/absorbance_reader/c…
Browse files Browse the repository at this point in the history
…lose_lid.py
  • Loading branch information
TamarZanzouri authored Dec 23, 2024
1 parent 0bafe4b commit 17720ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ async def execute(self, params: CloseLidParams) -> SuccessData[CloseLidResult]:
hardware_lid_status = AbsorbanceReaderLidStatus.OFF
if not self._state_view.config.use_virtual_modules:
abs_reader = self._equipment.get_module_hardware_api(mod_substate.module_id)
print(abs_reader)
if abs_reader is not None:
hardware_lid_status = await abs_reader.get_current_lid_status()
else:
Expand Down

0 comments on commit 17720ec

Please sign in to comment.