Skip to content

Commit 1e63d8a

Browse files
author
Max Rozentsveyg
committed
more specific exception
1 parent 59d586e commit 1e63d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/2and3/boto/utils.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from typing import (
2323
)
2424

2525

26-
JSONDecodeError = ... # type: Exception
26+
JSONDecodeError = ... # type: ValueError
2727
qsa_of_interest = ... # type: List[str]
2828

2929
def unquote_v(nv: str) -> Union[str, Tuple[str, str]]: ...

0 commit comments

Comments
 (0)