1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

[redhat-3.12] registry: fix missing exception import (PROJQUAY-7598) (#3136)

registry: fix missing exception import (PROJQUAY-7598)

Co-authored-by: Kenny Lee Sin Cheong <kenny.lee28@gmail.com>
This commit is contained in:
OpenShift Cherrypick Robot
2024-08-12 19:08:20 +02:00
committed by GitHub
parent c332f6e2e3
commit 654d7bb589

View File

@@ -15,7 +15,7 @@ from endpoints.decorators import (
route_show_if,
)
from endpoints.v2 import require_repo_read, v2_bp
from endpoints.v2.errors import ManifestUnknown, NameUnknown
from endpoints.v2.errors import ManifestInvalid, ManifestUnknown, NameUnknown
from image.oci.index import OCIIndexBuilder
from image.shared.schemas import parse_manifest_from_bytes
from util.bytes import Bytes