File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/director-v2/src/simcore_service_director_v2/modules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments