pybind/mgr/iostat: PEP8 cleanups

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-01-31 17:47:28 +08:00
parent 6b7fde3b4d
commit cc960d9383
2 changed files with 2 additions and 1 deletions

View 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)

View File

@ -90,6 +90,7 @@ modules =
cephadm
devicehealth
insights
iostat
orchestrator
prometheus
telemetry