Skip to content

Commit 3907368

Browse files
author
Andrei Neagu
committed
fixed bad import
1 parent b13337f commit 3907368

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
get_step_group_proxy,
1111
get_step_store_proxy,
1212
)
13+
from ._errors import NoDataFoundError
1314
from ._event_after_registration import (
1415
register_to_start_after_on_executed_completed,
1516
register_to_start_after_on_reverted_completed,
@@ -30,7 +31,6 @@
3031
SingleStepGroup,
3132
)
3233
from ._store import (
33-
NoDataFoundError,
3434
OperationContextProxy,
3535
StepGroupProxy,
3636
StepStoreProxy,

0 commit comments

Comments
 (0)