diff --git a/bindings-python/gci/componentmodel.py b/bindings-python/gci/componentmodel.py index 44352606..2111ad77 100644 --- a/bindings-python/gci/componentmodel.py +++ b/bindings-python/gci/componentmodel.py @@ -135,7 +135,6 @@ class S3Access(ResourceAccess): class ArtefactType(enum.Enum): COSIGN_SIGNATURE = 'cosignSignature' - GENERIC = 'generic' GIT = 'git' OCI_IMAGE = 'ociImage'