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