File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
import numpy as np
8
8
import pandas as pd
9
- from ipywidgets .widgets .widget_box import VBox
10
9
from tqdm .auto import tqdm
11
10
from typeguard import typechecked
12
11
from visions import VisionsTypeset
@@ -234,7 +233,7 @@ def json(self) -> str:
234
233
return self ._json
235
234
236
235
@property
237
- def widgets (self ) -> VBox :
236
+ def widgets (self ) -> Any :
238
237
if (
239
238
isinstance (self .description_set ["table" ]["n" ], list )
240
239
and len (self .description_set ["table" ]["n" ]) > 1
@@ -357,7 +356,7 @@ def _render_html(self) -> str:
357
356
pbar .update ()
358
357
return html
359
358
360
- def _render_widgets (self ) -> VBox :
359
+ def _render_widgets (self ) -> Any :
361
360
from pandas_profiling .report .presentation .flavours import WidgetReport
362
361
363
362
report = self .report
You can’t perform that action at this time.
0 commit comments