]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/rook/rook_cluster: whitespace
authorSage Weil <sage@newdream.net>
Wed, 3 Nov 2021 18:49:24 +0000 (13:49 -0500)
committerSage Weil <sage@newdream.net>
Thu, 4 Nov 2021 15:49:50 +0000 (10:49 -0500)
Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/rook/rook_cluster.py

index f837c1014d71f7bab5818d5bf1ac008e5da007f6..48e8bc95d240a7df749ac18c5044c4d946dafc50 100644 (file)
@@ -641,7 +641,16 @@ class DefaultRemover():
 class RookCluster(object):
     # import of client.CoreV1Api must be optional at import time.
     # Instead allow mgr/rook to be imported anyway.
-    def __init__(self, coreV1_api: 'client.CoreV1Api', batchV1_api: 'client.BatchV1Api', customObjects_api: 'client.CustomObjectsApi', storageV1_api: 'client.StorageV1Api', appsV1_api: 'client.AppsV1Api', rook_env: 'RookEnv', storage_class: 'str'):
+    def __init__(
+        self,
+        coreV1_api: 'client.CoreV1Api',
+        batchV1_api: 'client.BatchV1Api',
+        customObjects_api: 'client.CustomObjectsApi',
+        storageV1_api: 'client.StorageV1Api',
+        appsV1_api: 'client.AppsV1Api',
+        rook_env: 'RookEnv',
+        storage_class: 'str'
+    ):
         self.rook_env = rook_env  # type: RookEnv
         self.coreV1_api = coreV1_api  # client.CoreV1Api
         self.batchV1_api = batchV1_api