We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0d6e4 commit 7e40affCopy full SHA for 7e40aff
chartlets.py/chartlets/components/table.py
@@ -23,7 +23,7 @@ class TableColumn(TableCellProps):
23
"""The display label for the column header."""
24
25
26
-type TableRow = list[list[str | int | float | bool | None]]
+TableRow = list[list[str | int | float | bool | None]]
27
28
29
@dataclass(frozen=True)
0 commit comments