Skip to content

Commit 70e76e1

Browse files
author
Jon M. Mease
committed
Leave _frame_objs as empty list (not None) in BaseFigureWidget
Causing error in to_plotly_json
1 parent 4822f15 commit 70e76e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/basewidget.py

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def __init__(self,
131131
# Frames are not supported by figure widget
132132
if self._frame_objs:
133133
BaseFigureWidget._display_frames_error()
134-
self._frame_objs = None
135134

136135
# Message States
137136
# --------------

0 commit comments

Comments
 (0)