mirror of https://github.com/Textualize/rich.git
typing
This commit is contained in:
parent
96d61284ba
commit
3215e61c12
|
@ -822,7 +822,7 @@ class Text(JupyterMixin):
|
|||
assert tab_size is not None
|
||||
result = self.blank_copy()
|
||||
|
||||
new_text: list[Text] = []
|
||||
new_text: List[Text] = []
|
||||
append = new_text.append
|
||||
|
||||
for line in self.split("\n", include_separator=True):
|
||||
|
|
Loading…
Reference in New Issue