Skip to content

Commit a2f02f1

Browse files
committed
fixing types
1 parent 5ad5e2a commit a2f02f1

File tree

1 file changed

+1
-1
lines changed
  • services/sidecar/src/simcore_service_sidecar

1 file changed

+1
-1
lines changed

services/sidecar/src/simcore_service_sidecar/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async def _process_task_input(self, port: node_ports.Port, input_ports: Dict):
134134
async def _process_task_inputs(self) -> Dict:
135135
log.debug("Inputs parsing...")
136136

137-
input_ports = dict()
137+
input_ports: Dict = {}
138138
try:
139139
PORTS = await self._get_node_ports()
140140
except node_ports.exceptions.NodeNotFound:

0 commit comments

Comments
 (0)