Skip to content

Commit 81c9a8d

Browse files
author
William de Vazelhes
committed
Remove unused import
1 parent b015258 commit 81c9a8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
from metric_learn._util import (check_input, make_context, preprocess_tuples,
1111
make_name, preprocess_points,
1212
check_collapsed_pairs, validate_vector,
13-
_check_sdp_from_eigen, _check_n_components,
14-
check_y_valid_values_from_pairs)
13+
_check_sdp_from_eigen, _check_n_components)
1514
from metric_learn import (ITML, LSML, MMC, RCA, SDML, Covariance, LFDA,
1615
LMNN, MLKR, NCA, ITML_Supervised, LSML_Supervised,
1716
MMC_Supervised, RCA_Supervised, SDML_Supervised,

0 commit comments

Comments
 (0)