8000 version 3.10.0 by jonmmease · Pull Request #1587 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

version 3.10.0 #1587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 31, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
absolute_import for Python 2
  • Loading branch information
jonmmease committed May 31, 2019
commit edef781cff7e7e4b02db3d5c177d888edd2eecb7
1 change: 1 addition & 0 deletions plotly/_docstring_gen.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import absolute_import
import re as _re
import plotly.io as pio
from plotly.basedatatypes import BaseFigure as _BaseFigure
Expand Down
0