Vyos cleanup

Addresses #17416
This commit is contained in:
Nathaniel Case 2016-09-12 11:19:09 -04:00 committed by GitHub
parent 4e325274d6
commit 2077e32ddd
2 changed files with 3 additions and 3 deletions

View file

@ -262,7 +262,7 @@ class CliBase(object):
def get_config(self, commands):
raise NotImplementedError
def load_config(self, commands):
def load_config(self, commands, **kwargs):
raise NotImplementedError
def save_config(self):