Remove a few unused TypedDicts (#8522)

This commit is contained in:
Alex Waygood
2022-08-10 18:56:14 +01:00
committed by GitHub
parent 5875bf48fe
commit c87ccce37e
3 changed files with 2 additions and 18 deletions
-6
View File
@@ -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