Skip to content

Commit

Permalink
export and import orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed May 10, 2024
1 parent cf79e55 commit 3317464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/src/opentrons/protocol_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
AnyRunner,
)
from .create_simulating_runner import create_simulating_runner
from .run_orchestrator import RunOrchestrator

__all__ = [
"AbstractRunner",
Expand All @@ -23,4 +24,5 @@
"PythonAndLegacyRunner",
"LiveRunner",
"AnyRunner",
"RunOrchestrator"
]
2 changes: 1 addition & 1 deletion robot-server/robot_server/runs/engine_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
PythonAndLegacyRunner,
RunResult,
create_protocol_runner,
RunOrchestrator,
)
from opentrons.run_orchestrator import RunOrchestrator
from opentrons.protocol_engine import (
Config as ProtocolEngineConfig,
DeckType,
Expand Down

0 comments on commit 3317464

Please sign in to comment.