Skip to content

Commit 32f49ea

Browse files
committed
typing
1 parent fb1bd10 commit 32f49ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/webserver_projects.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import json
66
import uuid as uuidlib
7-
from http import HTTPStatus
87
from pathlib import Path
98
from typing import Any
109

@@ -187,7 +186,7 @@ async def __aexit__(self, *args):
187186
async def assert_get_same_project(
188187
client: TestClient,
189188
project: ProjectDict,
190-
expected: HTTPStatus,
189+
expected: int,
191190
api_vtag="/v0",
192191
) -> dict:
193192
# GET /v0/projects/{project_id}

0 commit comments

Comments
 (0)