plugin: remove is_enabled
Sad story, but this isn't used by anything. Change-Id: I2b23e180b9b77d90bb81503083a16c2ba2d4f0b8
This commit is contained in:
parent
5f24c9a69a
commit
6a076febc4
@ -36,13 +36,6 @@ class PluginBase(object):
|
||||
"""Base class for all plugins.
|
||||
"""
|
||||
|
||||
@staticmethod
|
||||
def is_enabled():
|
||||
"""Return boolean indicating whether this plugin should
|
||||
be enabled and used by the caller.
|
||||
"""
|
||||
return True
|
||||
|
||||
|
||||
class NotificationBase(PluginBase):
|
||||
"""Base class for plugins that support the notification API."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user