Skip to content

Commit 02e31aa

Browse files
committed
Resolve of conflict
1 parent 4c72219 commit 02e31aa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

imblearn/over_sampling/_smote/tests/test_smote.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
# Christos Aridas
44
# License: MIT
55

6-
import numpy as np
76
import pytest
8-
9-
from sklearn.utils._testing import assert_allclose
10-
from sklearn.utils._testing import assert_array_equal
7+
import numpy as np
118
from sklearn.neighbors import NearestNeighbors
9+
from sklearn.utils._testing import assert_allclose, assert_array_equal
1210

1311
from imblearn.over_sampling import SMOTE
1412

15-
1613
RND_SEED = 0
1714
X = np.array(
1815
[

0 commit comments

Comments
 (0)