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