Skip to content

Commit 5883082

Browse files
authored
fix incorrect typing annotation (#5)
1 parent c8d9a37 commit 5883082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signedjson/key.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_verify_key(signing_key):
5050

5151

5252
def decode_signing_key_base64(algorithm, version, key_base64):
53-
# type: (str, str, bytes) -> SigningKey
53+
# type: (str, str, str) -> SigningKey
5454
"""Decode a base64 encoded signing key
5555
Args:
5656
algorithm: The algorithm the key is for (currently "ed25519").

0 commit comments

Comments
 (0)