X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FRouting.py;h=2da7c1ac8d5038ee77b094548ef66e1bebbf82df;hp=73c58e205378194eadb26b26e50d55dc8fc7fa5b;hb=refs%2Fchanges%2F30%2F4330%2F8;hpb=677ae40a2be6db9f49b19ada3c4299a8904f7784 diff --git a/resources/libraries/python/Routing.py b/resources/libraries/python/Routing.py index 73c58e2053..2da7c1ac8d 100644 --- a/resources/libraries/python/Routing.py +++ b/resources/libraries/python/Routing.py @@ -21,7 +21,6 @@ from resources.libraries.python.ssh import exec_cmd_no_error class Routing(object): """Routing utilities.""" - # pylint: disable=too-many-arguments @staticmethod def vpp_route_add(node, network, prefix_len, gateway=None, interface=None, use_sw_index=True, resolve_attempts=10,