Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed May 16, 2024
1 parent 3ed461b commit 61baa72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/src/opentrons/protocol_runner/run_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,3 @@ def build_orchestrator(
hardware_api=hardware_api,
protocol_engine=protocol_engine,
)

# def get_protocol_runner(self) -> protocol_runner.AnyRunner:
# return self._protocol_runner or self._setup_runner
#
# def get_protocol_engine(self) -> ProtocolEngine:
# return self._protocol_engine

0 comments on commit 61baa72

Please sign in to comment.