From: Kefu Chai Date: Sun, 31 Jan 2021 09:47:28 +0000 (+0800) Subject: pybind/mgr/iostat: PEP8 cleanups X-Git-Tag: v17.1.0~3077^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc960d938337e5ef501fee9edd16280be6b7d7bf;p=ceph.git pybind/mgr/iostat: PEP8 cleanups Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/iostat/module.py b/src/pybind/mgr/iostat/module.py index c0ac9280f89e..8ec21ca509ca 100644 --- a/src/pybind/mgr/iostat/module.py +++ b/src/pybind/mgr/iostat/module.py @@ -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) diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index a0a63eb70f8c..5b0d8451715a 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -90,6 +90,7 @@ modules = cephadm devicehealth insights + iostat orchestrator prometheus telemetry