Skip to content

Commit b10701f

Browse files
b-yogeshforman
andauthored
Update chartlets.py/chartlets/components/table.py
Co-authored-by: Norman Fomferra <[email protected]>
1 parent d199da8 commit b10701f

File tree

1 file changed

+1
-1
lines changed
  • chartlets.py/chartlets/components

1 file changed

+1
-1
lines changed

chartlets.py/chartlets/components/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class TableColumn(TableCellProps):
2323
"""The display label for the column header."""
2424

2525

26-
TableRow = list[list[str | int | float | bool | None]]
26+
TableRow: TypeAlias = list[list[str | int | float | bool | None]]
2727

2828

2929
@dataclass(frozen=True)

0 commit comments

Comments
 (0)