Skip to content

Commit

Permalink
fix mypy (#7512)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Rudiger <[email protected]>
  • Loading branch information
MarcSkovMadsen and philippjfr authored Dec 3, 2024
1 parent d8587ab commit 4e4c82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/widgets/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ class Tabulator(BaseTable):
row_height = param.Integer(default=30, doc="""
The height of each table row.""")

selection = _ListValidateWithCallable(default=[], doc="""
selection: list[int] = _ListValidateWithCallable(default=[], doc="""
The currently selected rows of the table. It validates
its values against 'selectable_rows' if used.""")

Expand Down

0 comments on commit 4e4c82b

Please sign in to comment.