data.oci_model: fix imports
This commit is contained in:
parent
069208f2f1
commit
e872c310d0
5 changed files with 45 additions and 32 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue