Skip to content

Commit 22745ae

Browse files
authored
bug: Allow for Jsonifiable's tuple to have multiple elements (#1759)
1 parent e9c682b commit 22745ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ class BrushInfo(TypedDict):
380380
bool,
381381
None,
382382
List["Jsonifiable"],
383-
Tuple["Jsonifiable"],
383+
Tuple["Jsonifiable", ...],
384384
"JsonifiableDict",
385385
]
386386

0 commit comments

Comments
 (0)