Skip to content

Commit 7395e3c

Browse files
authored
[patch] fix formatting
1 parent 97dbcbe commit 7395e3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mas/devops/ocp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ def getClusterIssuer(dynClient: DynamicClient, name: str) -> str:
414414
return clusterIssuer
415415
except NotFoundError:
416416
return None
417+
418+
417419
def getStorageClassVolumeBindingMode(dynClient: DynamicClient, storageClassName: str) -> str:
418420
"""
419421
Get the volumeBindingMode for a storage class.

0 commit comments

Comments
 (0)