more fixes
Python CI / test (push) Has been cancelled

This commit is contained in:
2025-06-08 13:49:34 +02:00
parent 8c35cbf5ce
commit a0a26ef345
8 changed files with 49 additions and 132 deletions
-5
View File
@@ -228,11 +228,6 @@ class Line(Box):
self._previous = previous
self._next = None
@property
def renderable_words(self) -> List[Text]:
"""Get the list of Text objects in this line (for compatibility)"""
return self._text_objects
@property
def text_objects(self) -> List[Text]:
"""Get the list of Text objects in this line"""