Lets leave PL type checking enabled, as the type check on the 'auth'
[plcapi.git] / PLC / Methods / GetNodeNetworkSettings.py
index a936a92..e0d31c7 100644 (file)
@@ -4,7 +4,6 @@ from PLC.v42LegacyNodeNetworkSettings import v42rename, v43rename
 from PLC.Methods.GetInterfaceTags import GetInterfaceTags
 class GetNodeNetworkSettings(GetInterfaceTags):
     """ Legacy version of GetInterfaceTags. """
-    skip_typecheck = True
     status = "deprecated"
     def call(self, auth, interface_tag_filter = None, return_fields = None):
        interface_tag_filter=patch(interface_tag_filter,v42rename)