Skip to content

Commit 6262ef5

Browse files
author
Andrei Neagu
committed
exposed extra required
1 parent 3907368 commit 6262ef5

File tree

1 file changed

+2
-0
lines changed
  • services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/generic_scheduler

1 file changed

+2
-0
lines changed

services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/generic_scheduler/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
)
2626
from ._operation import (
2727
BaseStep,
28+
BaseStepGroup,
2829
Operation,
2930
OperationRegistry,
3031
ParallelStepGroup,
@@ -38,6 +39,7 @@
3839

3940
__all__: tuple[str, ...] = (
4041
"BaseStep",
42+
"BaseStepGroup",
4143
"cancel_operation",
4244
"generic_scheduler_lifespan",
4345
"get_operation_context_proxy",

0 commit comments

Comments
 (0)