Skip to content

Commit 3ad5c5d

Browse files
marthacryanrl-utility-man
authored andcommitted
Remove unnecessary setting of traitlets
1 parent af67106 commit 3ad5c5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/python/plotly/plotly/basewidget.py

Lines changed: 0 additions & 3 deletions
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)