Skip to content

Commit

Permalink
fix_check_html_style (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKL98ISR committed Apr 20, 2022
1 parent 00843e9 commit 4fd87f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepchecks/core/check_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def display_check(self, unique_id: str = None, as_widget: bool = False,
"""
if as_widget:
box = widgets.VBox()
box.add_class('rendered_html')
box_children = []
check_html = ''
if unique_id:
Expand Down

0 comments on commit 4fd87f9

Please sign in to comment.