From cc960d938337e5ef501fee9edd16280be6b7d7bf Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 31 Jan 2021 17:47:28 +0800 Subject: [PATCH] pybind/mgr/iostat: PEP8 cleanups Signed-off-by: Kefu Chai --- src/pybind/mgr/iostat/module.py | 2 +- src/pybind/mgr/tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/iostat/module.py b/src/pybind/mgr/iostat/module.py index c0ac9280f89e2..8ec21ca509ca5 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 a0a63eb70f8c2..5b0d8451715a1 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 -- 2.39.5