Skip to content

Commit 1e52c3c

Browse files
committed
minor
1 parent 55da438 commit 1e52c3c

File tree

1 file changed

+1
-1
lines changed
  • packages/simcore-sdk/src/simcore_sdk/node_ports_v2

1 file changed

+1
-1
lines changed

packages/simcore-sdk/src/simcore_sdk/node_ports_v2/port.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ async def _evaluate() -> ItemConcreteValue | None:
257257

258258
if isinstance(self.value, PortLink):
259259
# this is a link to another node
260-
other_port_concretevalue: None | (ItemConcreteValue) = (
260+
other_port_concretevalue: None | ItemConcreteValue = (
261261
await port_utils.get_value_from_link(
262262
# pylint: disable=protected-access
263263
key=self.key,

0 commit comments

Comments
 (0)