Lets leave PL type checking enabled, as the type check on the 'auth'
[plcapi.git] / PLC / Methods / UpdateSliceAttributeType.py
index 6c10f8f..e153e64 100644 (file)
@@ -4,7 +4,6 @@ from PLC.v42LegacySliceAttributeTypes import v42rename, v43rename
 from PLC.Methods.UpdateTagType import UpdateTagType
 class UpdateSliceAttributeType(UpdateTagType):
     """ Legacy version of UpdateTagType. """
-    skip_typecheck = True
     status = "deprecated"
     def call(self, auth, tag_type_id_or_name, tag_type_fields):
        tag_type_id_or_name=patch(tag_type_id_or_name,v42rename)