]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr/iostat: PEP8 cleanups
authorKefu Chai <kchai@redhat.com>
Sun, 31 Jan 2021 09:47:28 +0000 (17:47 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 3 Feb 2021 09:17:24 +0000 (17:17 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/iostat/module.py
src/pybind/mgr/tox.ini

index c0ac9280f89e2cf221d8bf7c62920739241ed955..8ec21ca509ca5addfa93db527e5a45d4210e8de1 100644 (file)
@@ -56,7 +56,7 @@ class Module(MgrModule):
             str(rd_ops),
             str(wr_ops),
             str(total_ops)
-            ]
+        ]
         ret += self.get_pretty_row(elems, width)
 
         return HandleCommandResult(stdout=ret)
index a0a63eb70f8c2da85f332f70cd4eef55b3f9d67d..5b0d8451715a101a5a3728189545410682f10410 100644 (file)
@@ -90,6 +90,7 @@ modules =
     cephadm
     devicehealth
     insights
+    iostat
     orchestrator
     prometheus
     telemetry