fix create signjwt command

This commit is contained in:
Jay Lee
2026-07-03 08:59:22 -04:00
parent 0a2e9d2e46
commit 718eab8de3

View File

@@ -14,6 +14,9 @@ import time
import httplib2 import httplib2
import google.auth
import google.auth.exceptions
from cryptography import x509 from cryptography import x509
from cryptography.hazmat.primitives import hashes, serialization from cryptography.hazmat.primitives import hashes, serialization
from cryptography.hazmat.primitives.asymmetric import rsa from cryptography.hazmat.primitives.asymmetric import rsa