Skip to content

Commit 81e20c0

Browse files
author
Malte Münch
committed
Remove unused imports
Signed-off-by: Malte Münch <[email protected]>
1 parent 4fab10f commit 81e20c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_push_image_kms.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import pytest
2-
import os
32

4-
from python_gardenlinux_lib.oras.crypto import LocalSigner, KMSSigner
5-
from python_gardenlinux_lib.oras.registry import GlociRegistry
63
from python_gardenlinux_lib.features import parse_features
4+
from python_gardenlinux_lib.oras.crypto import KMSSigner
5+
from python_gardenlinux_lib.oras.registry import GlociRegistry
76

87
CONTAINER_NAME_ZOT_EXAMPLE = "127.0.0.1:18081/gardenlinux-example"
98
GARDENLINUX_ROOT_DIR_EXAMPLE = "test-data/gardenlinux/"

0 commit comments

Comments
 (0)