8000 KMS test fix (#1690) · cevaris/python-docs-samples@e55438a · GitHub
[go: up one dir, main page]

Skip to content

Commit e55438a

Browse files
daniel-sanchekurtisvg
authored andcommitted
1 parent 7b0cf88 commit e55438a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kms/api-client/asymmetric_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
from cryptography.hazmat.backends.openssl.rsa import _RSAPublicKey
2222
from googleapiclient import discovery
2323
from googleapiclient.errors import HttpError
24-
import sample
24+
25+
import asymmetric as sample
2526

2627

2728
def create_key_helper(key_id, key_path, purpose, algorithm, t):

0 commit comments

Comments
 (0)
0