Skip to content

Commit e449190

Browse files
committed
fix merge again
1 parent 63a0756 commit e449190

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sklearn/utils/_repr_html/estimator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def _write_label_html(
209209
f'class="sk-toggleable__content {is_fitted_css_class}" '
210210
f'data-param-prefix="{html.escape(param_prefix)}">'
211211
)
212-
out.write(f"{params}")
213212

214213
out.write(params)
215214
out.write(attrs)
@@ -218,7 +217,6 @@ def _write_label_html(
218217
name_details = ""
219218
out.write(f"<pre>{name_details}</pre>")
220219

221-
out.write("</div>")
222220
out.write("</div>")
223221
if len(features) == 0:
224222
features_div = ""

0 commit comments

Comments
 (0)