We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fab10f commit 81e20c0Copy full SHA for 81e20c0
tests/test_push_image_kms.py
@@ -1,9 +1,8 @@
1
import pytest
2
-import os
3
4
-from python_gardenlinux_lib.oras.crypto import LocalSigner, KMSSigner
5
-from python_gardenlinux_lib.oras.registry import GlociRegistry
6
from python_gardenlinux_lib.features import parse_features
+from python_gardenlinux_lib.oras.crypto import KMSSigner
+from python_gardenlinux_lib.oras.registry import GlociRegistry
7
8
CONTAINER_NAME_ZOT_EXAMPLE = "127.0.0.1:18081/gardenlinux-example"
9
GARDENLINUX_ROOT_DIR_EXAMPLE = "test-data/gardenlinux/"
0 commit comments