Skip to content

Commit c366f66

Browse files
committed
fix Literal expr
1 parent 60561ba commit c366f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartlets.py/chartlets/components/slider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Slider(Component):
6868
tooltip: str | None = None
6969
"""Tooltip title. Optional."""
7070

71-
track: Literal["inverted", "normal"] | False | None = None
71+
track: Literal["inverted", "normal"] | bool | None = None
7272
"""The track presentation:
7373
7474
- `normal`: the track will render a bar representing the slider value.

0 commit comments

Comments
 (0)