Skip to content

Commit 6e22352

Browse files
committed
Update app.py
1 parent df72692 commit 6e22352

File tree

1 file changed

+1
-1
lines changed
  • tests/playwright/shiny/components/data_frame/dtypes

1 file changed

+1
-1
lines changed

tests/playwright/shiny/components/data_frame/dtypes/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class D:
2525
DATA = { # pyright: ignore[reportUnknownVariableType]
2626
"num": [1, 2],
2727
"chr": ["a", "b"],
28-
"cat": pd.Series[str](["c", "d"], dtype="category"),
28+
"cat": pd.Series(["c", "d"], dtype="category"),
2929
"bool": [True, False],
3030
"date": [date(2000, 1, 2)] * 2,
3131
"datetime": [datetime(2000, 1, 2)] * 2,

0 commit comments

Comments
 (0)