From 870c6ad31b7384a7dde834bfa0f6404c545d1171 Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 23 May 2023 13:07:00 +0000 Subject: [PATCH] fix(docs): Minor tweaks Signed-off-by: pmikus Change-Id: I1537f3383d44ace8e705e5c744713d0863ca67d0 --- resources/libraries/python/InterfaceUtil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py index 7e645d1f5f..42474b496a 100644 --- a/resources/libraries/python/InterfaceUtil.py +++ b/resources/libraries/python/InterfaceUtil.py @@ -358,7 +358,6 @@ class InterfaceUtil: :type node: dict :type interface: str or int :type mtu: int - :raises AsserionError: If VPP refused to change the MTU or set if state. """ if isinstance(interface, str): sw_if_index = Topology.get_interface_sw_index(node, interface) -- 2.16.6