Skip to content

Commit 7e40aff

Browse files
committed
update TableRow type def syntax
1 parent fd0d6e4 commit 7e40aff

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-
type TableRow = list[list[str | int | float | bool | None]]
26+
TableRow = list[list[str | int | float | bool | None]]
2727

2828

2929
@dataclass(frozen=True)

0 commit comments

Comments
 (0)