refactor(google_kms.py): fix linting issue

This commit is contained in:
Krrish Dholakia 2023-12-26 16:21:35 +05:30
parent ef074c707a
commit 167a6ba319

View file

@ -26,7 +26,7 @@ def load_google_kms(use_google_kms: Optional[bool]):
if use_google_kms is None or use_google_kms == False:
return
from google.cloud import kms_v1
from google.cloud import kms_v1 # type: ignore
validate_environment()