We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ac996 commit 7881c2aCopy full SHA for 7881c2a
1 file changed
packages/google-auth/google/auth/jwt.py
@@ -21,7 +21,7 @@
21
22
To encode a JWT use :func:`encode`::
23
24
- from google.auth import crypto
+ from google.auth import crypt
25
from google.auth import jwt
26
27
signer = crypt.Signer(private_key)
0 commit comments