Skip to content

Commit

Permalink
Remove leftover mention of machine in simulate() docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Oct 9, 2023
1 parent b6b2cd2 commit 3fd6797
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/opentrons/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,6 @@ def simulate( # noqa: C901
:param log_level: The level of logs to capture in the runlog:
``"debug"``, ``"info"``, ``"warning"``, or ``"error"``.
Defaults to ``"warning"``.
:param machine: Either `"ot2"` or `"ot3"`. If `None`, machine will be
determined from persistent settings.
:returns: A tuple of a run log for user output, and possibly the required
data to write to a bundle to bundle this protocol. The bundle is
only emitted if bundling is allowed
Expand Down

0 comments on commit 3fd6797

Please sign in to comment.