This commit is contained in:
Will McGugan 2020-09-13 22:30:19 +01:00
parent 025fe68e56
commit 7b2d9bee75
1 changed files with 0 additions and 1 deletions

View File

@ -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: