Skip to content

Commit 483d683

Browse files
committed
Merge branch 'issue-13514' of https://github.com/python/typeshed into issue-13514
2 parents 9674158 + 358db8d commit 483d683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/python-jose/jose/utils.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def base64url_encode(input: bytes) -> bytes: ...
1313
def timedelta_total_seconds(delta: timedelta) -> int: ...
1414
def ensure_binary(s: str | bytes) -> bytes: ...
1515
def is_pem_format(key: bytes) -> bool: ...
16-
def is_ssh_key(key: bytes) -> bool:
16+
def is_ssh_key(key: bytes) -> bool: ...

0 commit comments

Comments
 (0)