Skip to content

Commit 1288f0f

Browse files
committed
Manually removed 1 private re-export
1 parent 154e934 commit 1288f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/sklearn/neighbors/_kde.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ from ..utils import check_random_state as check_random_state
1313
from ..utils._param_validation import Interval as Interval, StrOptions as StrOptions
1414
from ..utils.extmath import row_norms as row_norms
1515
from ..utils.validation import check_is_fitted as check_is_fitted
16-
from ._ball_tree import DTYPE as DTYPE, BallTree as BallTree
16+
from ._ball_tree import BallTree as BallTree
1717
from ._binary_tree import BinaryTree
1818
from ._kd_tree import KDTree as KDTree
1919

0 commit comments

Comments
 (0)