Skip to content

Commit 0089f32

Browse files
committed
Lint
1 parent 429eeb9 commit 0089f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/basewidget.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ def _repr_mimebundle_(self, include=None, exclude=None, validate=True, **kwargs)
733733

734734
# Widget layout and data need to be set here in case there are
735735
# changes made to the figure after the widget is created but before
736-
# the cell is run.
736+
# the cell is run.
737737
self._widget_layout = deepcopy(self._layout_obj._props)
738738
self._widget_data = deepcopy(self._data)
739739
return {

0 commit comments

Comments
 (0)