提交 73b3f2be 编写于 作者: C Cleber Rosa

avocado/core/plugins/manager.py: remove unused `disabled_plugins`

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 5e1eb794
......@@ -35,7 +35,6 @@ class PluginManager(object):
def __init__(self):
self.plugins = []
self.disabled_plugins = []
def add_plugin(self, plugin):
self.plugins.append(plugin)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册