Skip to content

Commit 8b51296

Browse files
fix
1 parent 756b22a commit 8b51296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/web/server/src/simcore_service_webserver/director_v2/_computations_rest_schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class ComputationRunListQueryParams(
2020
PageQueryParameters,
21-
ComputationRunListOrderParams,
21+
ComputationRunListOrderParams, # type: ignore[misc, valid-type]
2222
): ...
2323

2424

@@ -41,5 +41,5 @@ class ComputationTaskPathParams(BaseModel):
4141

4242
class ComputationTaskListQueryParams(
4343
PageQueryParameters,
44-
ComputationTaskListOrderParams,
44+
ComputationTaskListOrderParams, # type: ignore[misc, valid-type]
4545
): ...

0 commit comments

Comments
 (0)