diff --git a/rich/text.py b/rich/text.py index d8a5b139..602881bb 100644 --- a/rich/text.py +++ b/rich/text.py @@ -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: