Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 568700f

Browse files
committed
remove # or
1 parent 1b3c3a6 commit 568700f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/dashboard_objs/dashboard_objs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def insert(self, box, side='above', box_id=None):
448448
box_ids_to_path = self._compute_box_ids()
449449

450450
# doesn't need box_id or side specified for first box
451-
if self['layout'] is None: # or
451+
if self['layout'] is None:
452452
self['layout'] = _container(box, _empty_box())
453453
else:
454454
if box_id is None:

0 commit comments

Comments
 (0)