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