Skip to content

Commit b5311de

Browse files
committed
🎎 Remove outdated comment.
1 parent 73e6c6e commit b5311de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/plotly/plotly.py

-1
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,6 @@ def icreate_animations(figure, filename=None, sharing='public', auto_open=False)
15531553
This function is based off `plotly.plotly.iplot`. See `plotly.plotly.
15541554
create_animations` Doc String for param descriptions.
15551555
"""
1556-
# TODO: create a wrapper for iplot and icreate_animations
15571556
url = create_animations(figure, filename, sharing, auto_open)
15581557

15591558
if isinstance(figure, dict):

0 commit comments

Comments
 (0)