Michael Seifert
|
97ecd2b91f
|
Change the return type of __reduce__ and __reduce_ex__ to Union[str, Tuple[Any, ...]] (#3453)
This allows subclasses to return strings (which are allowed) from these
methods without having mypy throwing an error.
Closes #3452
|
2019-11-10 15:48:56 +01:00 |
|