Skip to content

Commit 0d2ca49

Browse files
committed
rename src/gardenlinux/oci/helper.py src/gardenlinux/oci/wrapper.py
1 parent 393ff9e commit 0d2ca49

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/gardenlinux/oci/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
calculate_sha256,
4040
verify_sha256,
4141
)
42-
from .helper import retry_on_error
42+
from .wrapper import retry_on_error
4343
from python_gardenlinux_lib.features.parse_features import get_oci_metadata_from_fileset
4444
from .schemas import (
4545
EmptyIndex,

0 commit comments

Comments
 (0)