Skip to content

Commit a2dae07

Browse files
committed
ruff
1 parent 031119a commit a2dae07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/simcore-sdk/tests/integration/test_node_ports_common_dbmanager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# pylint:disable=redefined-outer-name
44

55
import json
6+
from collections.abc import Callable
67
from pathlib import Path
7-
from typing import Callable, Dict
88

99
from simcore_sdk.node_ports_common.dbmanager import DBManager
1010

@@ -20,7 +20,7 @@ async def test_db_manager_read_config(
2020
project_id: str,
2121
node_uuid: str,
2222
node_ports_config: None,
23-
default_configuration: Dict,
23+
default_configuration: dict,
2424
):
2525
db_manager = DBManager()
2626
ports_configuration_str = await db_manager.get_ports_configuration_from_node_uuid(

0 commit comments

Comments
 (0)