Skip to content

Commit

Permalink
Update api/src/opentrons/hardware_control/module_control.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri authored Mar 13, 2024
1 parent 3be706b commit 01aee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/hardware_control/module_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def build_module(
usb_port: types.USBPort,
type: modules.ModuleType,
sim_model: Optional[str] = None,
serial_number: Optional[str] = None,
sim_serial_number: Optional[str] = None,
) -> modules.AbstractModule:
return await modules.build(
port=port,
Expand Down

0 comments on commit 01aee67

Please sign in to comment.