Skip to content

Commit c515807

Browse files
committed
fix formating
1 parent a653c44 commit c515807

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/aleph/vm/orchestrator/supervisor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
about_login,
3535
debug_haproxy,
3636
list_executions,
37+
list_executions_resources,
3738
list_executions_v2,
3839
notify_allocation,
3940
operate_reserve_resources,
@@ -47,7 +48,6 @@
4748
status_check_version,
4849
status_public_config,
4950
update_allocations,
50-
list_executions_resources,
5151
)
5252
from .views.operator import (
5353
operate_confidential_initialize,

src/aleph/vm/orchestrator/views/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ async def list_executions_v2(request: web.Request) -> web.Response:
228228
)
229229

230230

231-
232231
@cors_allow_all
233232
async def list_executions_resources(request: web.Request) -> web.Response:
234233
"""List all executions with detail on their resource usage"""

0 commit comments

Comments
 (0)