mirror of https://github.com/Textualize/rich.git
simplify
This commit is contained in:
parent
025fe68e56
commit
7b2d9bee75
|
@ -506,7 +506,6 @@ class Text(JupyterMixin):
|
|||
"""
|
||||
|
||||
text = self.plain
|
||||
style_map: Dict[int, Style] = {}
|
||||
null_style = Style()
|
||||
|
||||
def get_style(style: Union[str, Style]) -> Style:
|
||||
|
|
Loading…
Reference in New Issue