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:
committed by
GitHub
parent
c332f6e2e3
commit
654d7bb589
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user