Merge "Make get_plugin_type classmethod"
This commit is contained in:
commit
f00073c55a
@ -207,7 +207,8 @@ class TaasPluginBase(service_base.ServicePluginBase):
|
||||
def get_plugin_description(self):
|
||||
return "Tap Service Plugin"
|
||||
|
||||
def get_plugin_type(self):
|
||||
@classmethod
|
||||
def get_plugin_type(cls):
|
||||
return constants.TAAS
|
||||
|
||||
@abc.abstractmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user