Commit 3361f5d
Fix D205 docstring lint on test_raises_on_dtype_contradiction
The new test docstring added in 3b0fa13 tripped the repo's enforced
pydocstyle gate (ruff "D" select, google convention): D205 (blank line
required after the summary line), D209 (closing quotes on their own
line), and the resulting ruff format diff, failing the PR Lint check.
Rewrite the docstring as a single-line summary followed by a blank line
and a wrapped description. Lint-only change; no test logic or assertions
are touched (22 dtype/fold-concat tests still pass).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: titaiwang <titaiwang@microsoft.com>1 parent 72cee28 commit 3361f5d
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments