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

Skip to content

Commit 992c807

Browse files
committed
Merge pull request plotly#186 from plotly/session-module
Session module
2 parents 694ac4f + 98bac33 commit 992c807

File tree

7 files changed

+409
-232
lines changed

7 files changed

+409
-232
lines changed

plotly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828

2929
from __future__ import absolute_import
3030

31-
from plotly import plotly, graph_objs, grid_objs, tools, utils
31+
from plotly import plotly, graph_objs, grid_objs, tools, utils, session
3232
from plotly.version import __version__

0 commit comments

Comments
 (0)