Skip to content

Commit

Permalink
Update api/src/opentrons/hardware_control/modules/heater_shaker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri authored Mar 13, 2024
1 parent 01aee67 commit 49aaff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def build(
poll_interval_seconds: Optional[float] = None,
simulating: bool = False,
sim_model: Optional[str] = None,
serial_number: Optional[str] = None,
sim_serial_number: Optional[str] = None,
) -> "HeaterShaker":
"""
Build a HeaterShaker
Expand Down

0 comments on commit 49aaff7

Please sign in to comment.