update interfaces to use ABC
This commit is contained in:
parent
a1a930b833
commit
44eca10c05
14 changed files with 467 additions and 508 deletions
|
@ -10,7 +10,7 @@ from auth.auth import process_auth
|
|||
from auth.auth_context import get_authenticated_user
|
||||
from auth.permissions import ReadRepositoryPermission
|
||||
from data import database
|
||||
from data.interfaces.verbs import PreOCIModel as model
|
||||
from data.interfaces.verbs import pre_oci_model as model
|
||||
from endpoints.common import route_show_if, parse_repository_name
|
||||
from endpoints.decorators import anon_protect
|
||||
from endpoints.trackhelper import track_and_log
|
||||
|
|
Reference in a new issue