We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df72692 commit 6e22352Copy full SHA for 6e22352
tests/playwright/shiny/components/data_frame/dtypes/app.py
@@ -25,7 +25,7 @@ class D:
25
DATA = { # pyright: ignore[reportUnknownVariableType]
26
"num": [1, 2],
27
"chr": ["a", "b"],
28
- "cat": pd.Series[str](["c", "d"], dtype="category"),
+ "cat": pd.Series(["c", "d"], dtype="category"),
29
"bool": [True, False],
30
"date": [date(2000, 1, 2)] * 2,
31
"datetime": [datetime(2000, 1, 2)] * 2,
0 commit comments