This commit is contained in:
Will McGugan 2023-07-28 22:07:01 +01:00
parent 96d61284ba
commit 3215e61c12
1 changed files with 1 additions and 1 deletions

View File

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