Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Format basewidget.py
  • Loading branch information
jescalada committed Mar 20, 2025
commit b964dbfb58a1e6b8f7a9ff0fcd554cb83f075398
2 changes: 1 addition & 1 deletion plotly/basewidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def __init__(
self._view_count = 0

# Initialize widget layout and data for third-party widget integration
# --------------------------------------------------------------------
# --------------------------------------------------------------------
self._widget_layout = deepcopy(self._layout_obj._props)
self._widget_data = deepcopy(self._data)

Expand Down