We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e31aa commit 8e13811Copy full SHA for 8e13811
imblearn/over_sampling/_smote/tests/test_smote.py
@@ -3,8 +3,8 @@
3
# Christos Aridas
4
# License: MIT
5
6
-import pytest
7
import numpy as np
+import pytest
8
from sklearn.neighbors import NearestNeighbors
9
from sklearn.utils._testing import assert_allclose, assert_array_equal
10
0 commit comments