Skip to content

Commit cbc9d62

Browse files
committed
turned off formatting in _nearmiss._more_tage()
1 parent 36f1534 commit cbc9d62

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

imblearn/under_sampling/_prototype_selection/_nearmiss.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,13 @@ def _fit_resample(self, X, y):
263263

264264
return _safe_indexing(X, idx_under), _safe_indexing(y, idx_under)
265265

266+
# fmt: off
266267
def _more_tags(self):
267268
return {
268269
"sample_indices": True,
269270
"_xfail_checks": {
270-
"check_samplers_fit_resample": "Fails for NearMiss-3 with less samples than expected"
271-
},
271+
"check_samplers_fit_resample":
272+
"Fails for NearMiss-3 with less samples than expected"
273+
}
272274
}
275+
# fmt: on

0 commit comments

Comments
 (0)