Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Oct 10, 2024
1 parent b554c64 commit 9f8a746
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/src/opentrons/protocol_engine/commands/load_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ async def execute(
):
try:
abs_reader = self._equipment.get_module_hardware_api(
self._state_view.modules.get_absorbance_reader_substate(params.moduleId).module_id
self._state_view.modules.get_absorbance_reader_substate(
params.moduleId
).module_id
)
except ModuleNotLoadedError:
abs_reader = None
Expand Down

0 comments on commit 9f8a746

Please sign in to comment.