data.oci_model: fix imports

This commit is contained in:
Jimmy Zelinskie 2017-03-23 00:21:21 -04:00
parent 069208f2f1
commit e872c310d0
5 changed files with 45 additions and 32 deletions

View file

@ -1,5 +1,5 @@
from data.oci_model import tag as tag_model
from data.database import Tag, Channel
from data.oci_model import tag as tag_model
def get_channel_releases(repo, channel):