mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Added missing import for JSONDecodeError (#7171)
Co-authored-by: DataGhost <git@dataghost.com>
This commit is contained in:
@@ -16,6 +16,7 @@ from .exceptions import (
|
||||
ConnectTimeout as ConnectTimeout,
|
||||
FileModeWarning as FileModeWarning,
|
||||
HTTPError as HTTPError,
|
||||
JSONDecodeError as JSONDecodeError,
|
||||
ReadTimeout as ReadTimeout,
|
||||
RequestException as RequestException,
|
||||
Timeout as Timeout,
|
||||
|
||||
Reference in New Issue
Block a user