File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
from __future__ import absolute_import
2
- from plotly import utils
3
2
import textwrap
4
3
import os
5
4
import sys
5
+
6
+ from plotly import utils
6
7
from plotly .resources import (GRAPH_REFERENCE_GRAPH_OBJS_META ,
7
8
GRAPH_REFERENCE_NAME_TO_KEY ,
8
9
GRAPH_REFERENCE_KEY_TO_NAME ,
Original file line number Diff line number Diff line change 1
- from collections import deque
2
- import uuid
3
1
import os
4
2
import sys
3
+ import uuid
4
+ from collections import deque
5
5
6
6
# TODO: protected imports?
7
7
from IPython .html import widgets
Original file line number Diff line number Diff line change 1
- from setuptools import setup
2
1
from setuptools import setup , find_packages
3
2
4
3
exec (open ('plotly/version.py' ).read ())
@@ -9,7 +8,6 @@ def readme():
9
8
with open ('README.rst' ) as f :
10
9
return f .read ()
11
10
12
-
13
11
setup (name = 'plotly' ,
14
12
version = __version__ ,
15
13
use_2to3 = False ,
You can’t perform that action at this time.
0 commit comments