We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031119a commit a2dae07Copy full SHA for a2dae07
packages/simcore-sdk/tests/integration/test_node_ports_common_dbmanager.py
@@ -3,8 +3,8 @@
3
# pylint:disable=redefined-outer-name
4
5
import json
6
+from collections.abc import Callable
7
from pathlib import Path
-from typing import Callable, Dict
8
9
from simcore_sdk.node_ports_common.dbmanager import DBManager
10
@@ -20,7 +20,7 @@ async def test_db_manager_read_config(
20
project_id: str,
21
node_uuid: str,
22
node_ports_config: None,
23
- default_configuration: Dict,
+ default_configuration: dict,
24
):
25
db_manager = DBManager()
26
ports_configuration_str = await db_manager.get_ports_configuration_from_node_uuid(
0 commit comments