mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 06:49:44 +08:00
Remove a few unused TypedDicts (#8522)
This commit is contained in:
@@ -29,12 +29,6 @@ NO_SUCH_MODULE_ERROR: str
|
||||
MODULE_UNLOAD_NOT_POSSIBLE_ERROR: str
|
||||
MODULE_EXPORTS_DATA_TYPES_ERROR: str
|
||||
|
||||
class _HiredisReaderArgs(TypedDict):
|
||||
protocolError: Callable[[str], Exception]
|
||||
replyError: Callable[[str], Exception]
|
||||
encoding: str | None
|
||||
errors: str | None
|
||||
|
||||
class Encoder:
|
||||
encoding: Any
|
||||
encoding_errors: Any
|
||||
|
||||
Reference in New Issue
Block a user