Skip to content

Commit b9d66b7

Browse files
typecheck
1 parent 7c89663 commit b9d66b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/docker_compose_specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ async def assemble_spec( # pylint: disable=too-many-arguments # noqa: PLR0913
277277
simcore_service_labels: SimcoreServiceLabels,
278278
allow_internet_access: bool,
279279
product_name: ProductName,
280-
product_api_base_url: str,
280+
product_api_base_url: str | None,
281281
user_id: UserID,
282282
project_id: ProjectID,
283283
node_id: NodeID,

services/director-v2/src/simcore_service_director_v2/modules/osparc_variables/substitutions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async def resolve_and_substitute_session_variables_in_model(
179179
safe: bool = True,
180180
user_id: UserID,
181181
product_name: str,
182-
product_api_base_url: str,
182+
product_api_base_url: str | None,
183183
project_id: ProjectID,
184184
node_id: NodeID,
185185
service_run_id: ServiceRunID,

0 commit comments

Comments
 (0)