Skip to content

Commit bfc7556

Browse files
MNT Switch to absolute imports in sklearn/manifold/_utils.pyx (#32386)
Co-authored-by: Christian Stec <cstec999@gmail.com>
1 parent e299cf1 commit bfc7556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/manifold/_utils.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import numpy as np
33
from libc cimport math
44
from libc.math cimport INFINITY
55

6-
from ..utils._typedefs cimport float32_t, float64_t
6+
from sklearn.utils._typedefs cimport float32_t, float64_t
77

88

99
cdef float EPSILON_DBL = 1e-8

0 commit comments

Comments
 (0)