Skip to content

Commit

Permalink
Update import path
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Oct 12, 2023
1 parent 5715cfc commit 5336b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/tree/_utils.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cimport numpy as cnp

cnp.import_array()

from sklearn.utils._random cimport our_rand_r
from ..utils._random cimport our_rand_r

# =============================================================================
# Helper functions
Expand Down

0 comments on commit 5336b1f

Please sign in to comment.