Skip to content

Commit 33b5ef8

Browse files
committed
updates
1 parent 42f33cd commit 33b5ef8

File tree

1 file changed

+0
-4
lines changed
  • tests/playwright/shiny/components/datepicker

1 file changed

+0
-4
lines changed

tests/playwright/shiny/components/datepicker/app.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
min_date = date.fromisoformat("2011-11-04")
88
max_date = min_date + relativedelta(days=10)
99

10-
# Our input requires strings to be in the format "YYYY-MM-DD"
11-
str_min = min_date.strftime("%Y-%m-%d")
12-
str_max = max_date.strftime("%Y-%m-%d")
13-
1410
app_ui = ui.page_fluid(
1511
ui.input_date(
1612
"start_date_picker",

0 commit comments

Comments
 (0)