diff options
Diffstat (limited to 'test/vpp_bond_interface.py')
-rw-r--r-- | test/vpp_bond_interface.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vpp_bond_interface.py b/test/vpp_bond_interface.py index 636315cfce2..bb49126f2a6 100644 --- a/test/vpp_bond_interface.py +++ b/test/vpp_bond_interface.py @@ -16,7 +16,6 @@ class VppBondInterface(VppInterface): mac_address="", id=0xFFFFFFFF, ): - """Create VPP Bond interface""" super(VppBondInterface, self).__init__(test) self.mode = mode |