Skip to content

Commit e660386

Browse files
committed
Update test_smote.py
1 parent 8e13811 commit e660386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/over_sampling/_smote/tests/test_smote.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# License: MIT
55

66
import numpy as np
7-
import pytest
87
from sklearn.neighbors import NearestNeighbors
98
from sklearn.utils._testing import assert_allclose, assert_array_equal
109

1110
from imblearn.over_sampling import SMOTE
11+
import pytest
1212

1313
RND_SEED = 0
1414
X = np.array(

0 commit comments

Comments
 (0)