We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26f3f0 commit 64d1c06Copy full SHA for 64d1c06
python/py_vapid/__init__.py
@@ -41,7 +41,7 @@ def __init__(self, private_key=None):
41
"""Initialize VAPID with an optional private key.
42
43
:param private_key: A private key object
44
- :type private_key: ecdsa.SigningKey
+ :type private_key: ec.EllipticCurvePrivateKey
45
46
"""
47
self.private_key = private_key
0 commit comments