data.oci_model.tag: add missing import
This commit is contained in:
parent
e7d7849937
commit
2bdd3d4fa1
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import logging
|
||||
|
||||
from cnr.models.package_base import manifest_media_type
|
||||
from peewee import IntegrityError
|
||||
|
||||
from data.model import (db_transaction, TagAlreadyCreatedException)
|
||||
|
|
Reference in a new issue