mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove unused Cell class from DataTable
This commit is contained in:
@@ -77,13 +77,6 @@ class Row:
|
|||||||
cell_renderables: list[RenderableType] = field(default_factory=list)
|
cell_renderables: list[RenderableType] = field(default_factory=list)
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class Cell:
|
|
||||||
"""Table cell."""
|
|
||||||
|
|
||||||
value: object
|
|
||||||
|
|
||||||
|
|
||||||
class Coord(NamedTuple):
|
class Coord(NamedTuple):
|
||||||
"""An object to represent the coordinate of a cell within the data table."""
|
"""An object to represent the coordinate of a cell within the data table."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user