Skip to content

Commit 3a45c35

Browse files
authored
Address issue 197 (#201)
1 parent f0a4106 commit 3a45c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/datasets/tests/test_make_imbalance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from collections import Counter
55

66
import numpy as np
7-
from nose.tools import assert_true
7+
from sklearn.utils.testing import assert_true
88
from numpy.testing import assert_equal, assert_raises
99

1010
from imblearn.datasets import make_imbalance

0 commit comments

Comments
 (0)