aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/cmd/commands/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/cmd/commands/plugin.py')
-rw-r--r--yardstick/cmd/commands/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/cmd/commands/plugin.py b/yardstick/cmd/commands/plugin.py
index f97c490b7..b90ac15e6 100644
--- a/yardstick/cmd/commands/plugin.py
+++ b/yardstick/cmd/commands/plugin.py
@@ -17,7 +17,7 @@ from yardstick.common.utils import cliargs
from yardstick.cmd.commands import change_osloobj_to_paras
-class PluginCommands(object):
+class PluginCommands(object): # pragma: no cover
"""Plugin commands.
Set of commands to manage plugins.