diff --git a/rich/repr.py b/rich/repr.py index 47602680..5fd2f436 100644 --- a/rich/repr.py +++ b/rich/repr.py @@ -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):