Skip to content

Commit c1639c5

Browse files
committed
rename src/gardenlinux/oci/helper.py src/gardenlinux/oci/wrapper.py
1 parent 9bbf7df commit c1639c5

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
@@ -35,7 +35,7 @@
3535
calculate_sha256,
3636
verify_sha256,
3737
)
38-
from .helper import retry_on_error
38+
from .wrapper import retry_on_error
3939
from python_gardenlinux_lib.features.parse_features import get_oci_metadata_from_fileset
4040
from .schemas import (
4141
EmptyIndex,
File renamed without changes.

0 commit comments

Comments
 (0)