Lets leave PL type checking enabled, as the type check on the 'auth'
[plcapi.git] / PLC / Methods / UpdateNodeNetworkSetting.py
index 50645c1..46f463a 100644 (file)
@@ -4,7 +4,6 @@ from PLC.v42LegacyNodeNetworkSettings import v42rename, v43rename
 from PLC.Methods.UpdateInterfaceTag import UpdateInterfaceTag
 class UpdateNodeNetworkSetting(UpdateInterfaceTag):
     """ Legacy version of UpdateInterfaceTag. """
-    skip_typecheck = True
     status = "deprecated"
     def call(self, auth, interface_tag_id, value):
        interface_tag_id=patch(interface_tag_id,v42rename)