Update read_secrets.py

This commit is contained in:
Daniel Hougaard 2025-01-23 23:41:24 +01:00 committed by GitHub
parent 728bc04de1
commit 510e8c666f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,6 @@ try:
from infisical_sdk import InfisicalSDKClient
HAS_INFISICAL = True
except ImportError as e:
print(e)
HAS_INFISICAL = False
DOCUMENTATION = r"""