Skip to content

Commit 0add192

Browse files
committed
Fix: linting issue
1 parent 48e6a7b commit 0add192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph/sdk/client/services/scheduler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ async def get_plan(self) -> SchedulerPlan:
2727
async with session.get(url) as resp:
2828
resp.raise_for_status()
2929
raw = await resp.json()
30-
3130
return SchedulerPlan.model_validate(raw)
3231

3332
async def get_nodes(self) -> SchedulerNodes:

0 commit comments

Comments
 (0)