Skip to content

Commit fc2cde9

Browse files
committed
Fix of linting
1 parent cc55dd8 commit fc2cde9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

imblearn/over_sampling/_smote/tests/test_smote.py

-1
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,3 @@ def test_sample_indices_is_none():
229229
smote = SMOTE(random_state=RND_SEED)
230230
indices = smote.get_sample_indices()
231231
assert_array_equal(indices, None)
232-

0 commit comments

Comments
 (0)