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

Skip to content

Commit 3e64b9c

Browse files
committed
💄
1 parent 45bec11 commit 3e64b9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plotly/offline.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
"""
66
from __future__ import absolute_import
77

8-
from plotly import utils
98
import uuid
109
import json
1110
import os
1211
import requests
1312

13+
import plotly.plotly as py
14+
from plotly import utils
15+
from plotly import exceptions
16+
1417
PLOTLY_OFFLINE_DIRECTORY = plotlyjs_path = os.path.expanduser(
1518
os.path.join(*'~/.plotly/plotlyjs'.split('/')))
1619
PLOTLY_OFFLINE_BUNDLE = os.path.join(PLOTLY_OFFLINE_DIRECTORY,

0 commit comments

Comments
 (0)