8000 Add TODO to refact later. · pferate/python-api@c8c093c · GitHub
[go: up one dir, main page]

Skip to content

Commit c8c093c

Browse files
committed
Add TODO to refact later.
1 parent 0e644f0 commit c8c093c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/graph_objs/graph_objs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ def strip_style(self):
425425
else:
426426
try:
427427
if INFO[obj_key]['keymeta'][key]['key_type'] == 'style':
428+
429+
# TODO: use graph_objs_tools.value_is_data
428430
if isinstance(self[key], six.string_types):
429431
del self[key]
430432
elif not hasattr(self[key], '__iter__'):

0 commit comments

Comments
 (0)
0