Skip to content

Commit e1bdc94

Browse files
committed
rename src/gardenlinux/oci/helper.py src/gardenlinux/oci/wrapper.py
1 parent d39a031 commit e1bdc94

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
@@ -38,7 +38,7 @@
3838
calculate_sha256,
3939
verify_sha256,
4040
)
41-
from .helper import retry_on_error
41+
from .wrapper import retry_on_error
4242
from python_gardenlinux_lib.features.parse_features import get_oci_metadata_from_fileset
4343
from .schemas import (
4444
EmptyIndex,

0 commit comments

Comments
 (0)