Skip to content

Commit 84171d5

Browse files
rerun ci
1 parent 110eee4 commit 84171d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/web/server/src/simcore_service_webserver/director_v2/_controller/computations_rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ async def list_computation_iterations(request: web.Request) -> web.Response:
115115
# ordering
116116
order_by=OrderBy.model_construct(**query_params.order_by.model_dump()),
117117
)
118-
119118
page = Page[ComputationRunRestGet].model_validate(
120119
paginate_data(
121120
chunk=[

0 commit comments

Comments
 (0)