forked from phoenix/litellm-mirror
refactor(google_kms.py): fix linting issue
This commit is contained in:
parent
ef074c707a
commit
167a6ba319
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def load_google_kms(use_google_kms: Optional[bool]):
|
||||||
if use_google_kms is None or use_google_kms == False:
|
if use_google_kms is None or use_google_kms == False:
|
||||||
return
|
return
|
||||||
|
|
||||||
from google.cloud import kms_v1
|
from google.cloud import kms_v1 # type: ignore
|
||||||
|
|
||||||
validate_environment()
|
validate_environment()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue