From 7d834766d78df0dac09dd5bec839433f01ad4ba4 Mon Sep 17 00:00:00 2001 From: "roger.foskett" Date: Thu, 16 May 2024 03:41:08 +0100 Subject: [PATCH] Google KMS support and audit_callback --- tests/test_gcp_kms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gcp_kms.py b/tests/test_gcp_kms.py index d077169..6439b0b 100644 --- a/tests/test_gcp_kms.py +++ b/tests/test_gcp_kms.py @@ -4,7 +4,7 @@ from mockfirestore import MockFirestore # type: ignore import pytest -from tink.integration import gcpkms +from tink.integration import gcpkms # type: ignore from tests import common as cmn