mirror of https://github.com/Textualize/rich.git
Restore fix
This commit is contained in:
parent
16bf5cba8b
commit
00eff38f20
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue