Skip to content

Commit 215017f

Browse files
committed
Remove unnecessary setting of traitlets
1 parent 0929e2d commit 215017f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/python/plotly/plotly/basewidget.py

-3
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ def __init__(
105105
**kwargs,
106106
)
107107

108-
self._widget_layout = deepcopy(self._layout_obj._props)
109-
self._widget_data = deepcopy(self._data)
110-
111108
# Validate Frames
112109
# ---------------
113110
# Frames are not supported by figure widget

0 commit comments

Comments
 (0)