mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 22:50:14 +00:00
topotest: remove unused json_cmp unused parameter
This commit is contained in:
parent
6ae351e837
commit
566567e9be
@ -58,7 +58,7 @@ class json_cmp_result(object):
|
||||
return len(self.errors) > 0
|
||||
|
||||
|
||||
def json_cmp(d1, d2, reason=False):
|
||||
def json_cmp(d1, d2):
|
||||
"""
|
||||
JSON compare function. Receives two parameters:
|
||||
* `d1`: json value
|
||||
|
Loading…
Reference in New Issue
Block a user