Skip to content

Commit 94d84c3

Browse files
committed
Avoid mypy syntax error
1 parent ac448a9 commit 94d84c3

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
@@ -151,8 +151,8 @@ def _has_rect(self) -> bool:
151151
# Should only contain a single selection area
152152

153153
# # Do not include `CellSelectionAll` as it should be represented by a row, column, or region with appropriate values.
154-
# class CellSelectionAll(TypedDict):
155-
# type: Literal["all"]
154+
# # class CellSelectionAll(TypedDict):
155+
# # type: Literal["all"]
156156

157157

158158
class CellSelectionNone(TypedDict):

0 commit comments

Comments
 (0)