Fix for merge

This commit is contained in:
Joseph Schorr 2018-07-23 12:42:29 -04:00
parent 9a40e99a8f
commit 8e425ee559

View file

@ -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')