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=a114591eac9f52502048db886da2fb228c62254d;hpb=149c67b82f9af5144431f4d5b781ed345ca09fb8 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,