Skip to content

Commit 3365f8d

Browse files
author
Bhautik Vala
committed
[patch] Fix pre-commit issue
1 parent 39a2282 commit 3365f8d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/mas/devops/tekton.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ def launchAiServiceInstallPipeline(dynClient: DynamicClient, params: dict) -> st
465465

466466

467467
def launchAiServiceUpgradePipeline(dynClient: DynamicClient,
468-
aiserviceInstanceId: str,
469-
skipPreCheck: bool = False,
470-
masChannel: str = "",
471-
params: dict = {}) -> str:
468+
aiserviceInstanceId: str,
469+
skipPreCheck: bool = False,
470+
masChannel: str = "",
471+
params: dict = {}) -> str:
472472
"""
473473
Create a PipelineRun to upgrade the chosen AI Service instance
474474
"""
@@ -493,4 +493,4 @@ def launchAiServiceUpgradePipeline(dynClient: DynamicClient,
493493
pipelineRunsAPI.apply(body=pipelineRun, namespace=namespace)
494494

495495
pipelineURL = f"{getConsoleURL(dynClient)}/k8s/ns/aiservice-{aiserviceInstanceId}-pipelines/tekton.dev~v1beta1~PipelineRun/{aiserviceInstanceId}-upgrade-{timestamp}"
496-
return pipelineURL
496+
return pipelineURL

0 commit comments

Comments
 (0)