Restore fix

This commit is contained in:
Will McGugan 2021-08-05 16:44:37 +01:00
parent 16bf5cba8b
commit 00eff38f20
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ T = TypeVar("T")
Result = Iterable[Union[Any, Tuple[Any], Tuple[str, Any], Tuple[str, Any, Any]]]
Result = Result
RichReprResult = Result
class ReprError(Exception):