Skip to content

Commit 8e13811

Browse files
committed
FIX of "issort" error during checks
1 parent 02e31aa commit 8e13811

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
@@ -3,8 +3,8 @@
33
# Christos Aridas
44
# License: MIT
55

6-
import pytest
76
import numpy as np
7+
import pytest
88
from sklearn.neighbors import NearestNeighbors
99
from sklearn.utils._testing import assert_allclose, assert_array_equal
1010

0 commit comments

Comments
 (0)