diff --git a/data/appr_model/models.py b/data/appr_model/models.py index 9903e97b5..0fde7d83c 100644 --- a/data/appr_model/models.py +++ b/data/appr_model/models.py @@ -12,4 +12,4 @@ ModelsRef = namedtuple('ModelsRef', ['Tag', 'TagKind', 'BlobPlacementLocation', NEW_MODELS = ModelsRef(ApprTag, ApprTagKind, ApprBlobPlacementLocation, ApprManifestList, ApprManifestBlob, ApprBlob, ApprManifestListManifest, ApprManifest, ApprBlobPlacement, ApprChannel, 'apprmanifestlistmanifest_set', - 'apprtag_set_prefetch') + 'apprtag_set')