Skip to content

Commit d4f5660

Browse files
author
Allen Wang
committed
phase out service for service v2
1 parent d3677ba commit d4f5660

File tree

4 files changed

+77
-689
lines changed

4 files changed

+77
-689
lines changed

src/forge/controller/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# LICENSE file in the root directory of this source tree.
66
from .actor import ForgeActor
77
from .proc_mesh import get_proc_mesh, spawn_actors
8-
from .recoverable_mesh import RecoverableProcMesh
98
from .service import Service, ServiceConfig
109
from .spawn import spawn_service
1110

@@ -16,5 +15,4 @@
1615
"spawn_actors",
1716
"get_proc_mesh",
1817
"ForgeActor",
19-
"RecoverableProcMesh",
2018
]

src/forge/controller/recoverable_mesh.py

Lines changed: 0 additions & 289 deletions
This file was deleted.

0 commit comments

Comments
 (0)