Skip to content

Commit 4151711

Browse files
committed
iter
1 parent a9ee326 commit 4151711

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

imblearn/tests/test_misc.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
# Authors: Guillaume Lemaitre <[email protected]>
44
# License: MIT
5+
6+
from imblearn.misc import FunctionSampler
7+
8+
9+
def function_sampler_identity():
10+
sampler = FunctionSampler(1)

0 commit comments

Comments
 (0)