Remove NotImplementedError exception
get_default_vim function is already implemented, hence we should change 'NotImplementedError' to 'pass' statement Change-Id: I6511fd9d5cb3d33edee61253de2563a1416955d3
This commit is contained in:
parent
9b8f40833e
commit
62c9247038
@ -875,4 +875,4 @@ class NFVOPluginBase(service_base.NFVPluginBase):
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_default_vim(self, context):
|
||||
raise NotImplementedError()
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user