Remove unused Cell class from DataTable

This commit is contained in:
Darren Burns
2023-01-16 12:24:58 +00:00
parent 48df96dbec
commit 7f86ec1cec

View File

@@ -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."""