We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6518a commit 7e1353eCopy full SHA for 7e1353e
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/generic_scheduler/_store.py
@@ -427,6 +427,3 @@ async def lifespan(app: FastAPI) -> AsyncIterator[State]:
427
def get_store(app: FastAPI) -> Store:
428
assert isinstance(app.state.generic_scheduler_store, Store) # nosec
429
return app.state.generic_scheduler_store
430
-
431
432
-# TODO: might need a model for reading the entire thing as a dict with optinal keys (for the UI)
0 commit comments