Skip to content

Commit 084fa56

Browse files
committed
more py3.8 compatibility changes
1 parent 6323aaf commit 084fa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/python/test/test_osparc/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class ServerPath(NamedTuple):
6767

6868

6969
@pytest.fixture
70-
def all_server_paths(osparc_openapi_specs: dict[str, Any]) -> set[ServerPath]:
70+
def all_server_paths(osparc_openapi_specs: Dict[str, Any]) -> set[ServerPath]:
7171
server_paths = set()
7272
for path in osparc_openapi_specs["paths"]:
7373
for method in osparc_openapi_specs["paths"][path]:

0 commit comments

Comments
 (0)