Fix sanity failures (#43)

* Fix sanity failures.

* Add changelog fragment.
This commit is contained in:
Felix Fontein 2021-08-12 08:53:21 +02:00 committed by GitHub
parent bd113788ef
commit a88f4c804b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -65,7 +65,7 @@ class Cliconf(CliconfBase):
return device_info
def get_config(self, source='running', format='text', flags=None):
def get_config(self, source='running', flags=None, format=None):
return
def edit_config(self, command):