Revert "add model type to APIs (#588)"

This reverts commit 8e33db6015.
This commit is contained in:
Dinesh Yeduguru 2024-12-11 10:17:40 -08:00 committed by GitHub
parent 8e33db6015
commit 2e12c68a07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 77 deletions

View file

@ -40,7 +40,7 @@ class DistributionRegistry(Protocol):
REGISTER_PREFIX = "distributions:registry"
KEY_VERSION = "v3"
KEY_VERSION = "v2"
KEY_FORMAT = f"{REGISTER_PREFIX}:{KEY_VERSION}::" + "{type}:{identifier}"