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 91c74af commit b964dbfCopy full SHA for b964dbf
plotly/basewidget.py
@@ -143,7 +143,7 @@ def __init__(
143
self._view_count = 0
144
145
# Initialize widget layout and data for third-party widget integration
146
- # --------------------------------------------------------------------
+ # --------------------------------------------------------------------
147
self._widget_layout = deepcopy(self._layout_obj._props)
148
self._widget_data = deepcopy(self._data)
149
0 commit comments