Commit 80b60aad authored by Hejing Li's avatar Hejing Li
Browse files

distributed.py: fix import

parent ebca47be
......@@ -32,7 +32,7 @@ from simbricks.orchestration.runtime_new.runs import base as run_base
from simbricks.orchestration.simulation import base as sim_base
class DistributedSimpleRuntime(base.Runtime):
class DistributedSimpleRuntime(run_base.Runtime):
def __init__(
self,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment