Skip to content

Commit 035b9f1

Browse files
committed
type lint
1 parent d37d6f9 commit 035b9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shiny/render/_data_frame_utils/_selection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# TODO-barret; Docs
44
# TODO-barret; Add examples!
55
import warnings
6-
from typing import Literal, Sequence, Union
6+
from typing import Literal, Sequence, Tuple, Union
77

88
from ..._deprecated import warn_deprecated
99
from ..._typing_extensions import NotRequired, TypedDict
@@ -23,7 +23,7 @@
2323
]
2424

2525
# Types
26-
SelectionModes = tuple[SelectionMode, ...]
26+
SelectionModes = Tuple[SelectionMode, ...]
2727
"""
2828
Tuple of possible modes for selecting cells in a DataGrid or DataTable.
2929

0 commit comments

Comments
 (0)