8000 STY Minor fix for black formatting (#20289) · scikit-learn/scikit-learn@e68886f · GitHub
[go: up one dir, main page]

Skip to content

Commit e68886f

Browse files
authored
STY Minor fix for black formatting (#20289)
1 parent 3652345 commit e68886f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sklearn/model_selection/_search_successive_halving.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,10 @@ def _more_tags(self):
353353
tags = deepcopy(super()._more_tags())
354354
tags["_xfail_checks"].update(
355355
{
356-
"check_fit2d_1sample":
357-
"Fail during parameter check since min/max resources requires"
358-
" more samples",
356+
"check_fit2d_1sample": (
357+
"Fail during parameter check since min/max resources requires"
358+
" more samples"
359+
),
359360
}
360361
)
361362
return tags

0 commit comments

Comments
 (0)
0