Lets leave PL type checking enabled, as the type check on the 'auth'
[plcapi.git] / PLC / Methods / DeleteSliceAttribute.py
index 51046a1..057b4b9 100644 (file)
@@ -4,7 +4,6 @@ from PLC.v42LegacySliceAttributes import v42rename, v43rename
 from PLC.Methods.DeleteSliceTag import DeleteSliceTag
 class DeleteSliceAttribute(DeleteSliceTag):
     """ Legacy version of DeleteSliceTag. """
-    skip_typecheck = True
     status = "deprecated"
     def call(self, auth, slice_tag_id):
        slice_tag_id=patch(slice_tag_id,v42rename)