Skip to content

Commit 43a5168

Browse files
authored
Apply suggestions from code review
1 parent 6b5bd52 commit 43a5168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/render/_data_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ColumnFilterStr(TypedDict):
7373

7474
class ColumnFilterNumber(TypedDict):
7575
id: str
76-
value: tuple[float, float]
76+
value: tuple[float, float] | tuple[float, None] | tuple[None, float]
7777

7878

7979
ColumnFilter = Union[ColumnFilterStr, ColumnFilterNumber]

0 commit comments

Comments
 (0)