Skip to content

Commit

Permalink
keyword fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Aug 30, 2024
1 parent d2185ff commit 4bdad20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marimo/_plugins/ui/_impl/dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def __init__(
start: Optional[dt.datetime | str] = None,
stop: Optional[dt.datetime | str] = None,
value: Optional[dt.datetime | str] = None,
*,
label: Optional[str] = None,
on_change: Optional[Callable[[Optional[dt.datetime]], None]] = None,
full_width: bool = False,
Expand Down Expand Up @@ -335,6 +336,7 @@ def __init__(
start: Optional[dt.date | str] = None,
stop: Optional[dt.date | str] = None,
value: Optional[Tuple[dt.date, dt.date] | Tuple[str, str]] = None,
*,
label: Optional[str] = None,
on_change: Optional[Callable[[Tuple[dt.date, dt.date]], None]] = None,
full_width: bool = False,
Expand Down

0 comments on commit 4bdad20

Please sign in to comment.