Skip to content

Commit 06afd24

Browse files
committed
fix import
1 parent d670878 commit 06afd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/ensemble/_voting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
from ..exceptions import NotFittedError
2525
from ..preprocessing import LabelEncoder
2626
from ..utils import Bunch
27-
from ..utils._estimator_html_repr import _VisualBlock
2827
from ..utils._param_validation import StrOptions
28+
from ..utils._repr_html.estimator import _VisualBlock
2929
from ..utils.metadata_routing import (
3030
MetadataRouter,
3131
MethodMapping,

0 commit comments

Comments
 (0)