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:
Kim Bao Long 2018-06-08 13:49:45 +07:00
parent 9b8f40833e
commit 62c9247038
1 changed files with 1 additions and 1 deletions

View File

@ -875,4 +875,4 @@ class NFVOPluginBase(service_base.NFVPluginBase):
raise NotImplementedError()
def get_default_vim(self, context):
raise NotImplementedError()
pass