We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e735f1 commit 9a60977Copy full SHA for 9a60977
plotly_resampler/figure_resampler/utils.py
@@ -7,7 +7,7 @@
7
try: # Fails when IPywidgets is not installed
8
from plotly.basewidget import BaseFigureWidget
9
except (ImportError, ModuleNotFoundError):
10
- BaseFigureWidget = None
+ BaseFigureWidget = type(None)
11
12
from typing import Any
13
0 commit comments