data.oci_model: fix imports
This commit is contained in:
parent
069208f2f1
commit
e872c310d0
5 changed files with 45 additions and 32 deletions
|
@ -0,0 +1,9 @@
|
|||
from data.oci_model import (
|
||||
blob,
|
||||
channel,
|
||||
manifest,
|
||||
manifest_list,
|
||||
package,
|
||||
release,
|
||||
tag,
|
||||
)
|
Reference in a new issue