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 48e6a7b commit 0add192Copy full SHA for 0add192
src/aleph/sdk/client/services/scheduler.py
@@ -27,7 +27,6 @@ async def get_plan(self) -> SchedulerPlan:
27
async with session.get(url) as resp:
28
resp.raise_for_status()
29
raw = await resp.json()
30
-
31
return SchedulerPlan.model_validate(raw)
32
33
async def get_nodes(self) -> SchedulerNodes:
0 commit comments