data.oci_model.tag: add missing import

This commit is contained in:
Jimmy Zelinskie 2017-03-23 00:58:31 -04:00
parent e7d7849937
commit 2bdd3d4fa1

View file

@ -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)