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 d37d6f9 commit 035b9f1Copy full SHA for 035b9f1
shiny/render/_data_frame_utils/_selection.py
@@ -3,7 +3,7 @@
3
# TODO-barret; Docs
4
# TODO-barret; Add examples!
5
import warnings
6
-from typing import Literal, Sequence, Union
+from typing import Literal, Sequence, Tuple, Union
7
8
from ..._deprecated import warn_deprecated
9
from ..._typing_extensions import NotRequired, TypedDict
@@ -23,7 +23,7 @@
23
]
24
25
# Types
26
-SelectionModes = tuple[SelectionMode, ...]
+SelectionModes = Tuple[SelectionMode, ...]
27
"""
28
Tuple of possible modes for selecting cells in a DataGrid or DataTable.
29
0 commit comments