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

Skip to content

Commit f4763ab

Browse files
committed
add __init__ file for colors tests and editted __init__ in plotly.py/plotly dir
1 parent a9a9d2c commit f4763ab

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

plotly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
from __future__ import absolute_import
3030

3131
from plotly import (plotly, graph_objs, grid_objs, tools, utils, session,
32-
offline)
32+
offline, colors)
3333
from plotly.version import __version__

plotly/tests/test_core/test_colors/__init__.py

Whitespace-only changes.

plotly/tests/test_core/test_colors/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from nose.tools import raises
55
import plotly.tools as tls
66
from plotly.exceptions import PlotlyError
7-
from plotly import colors
7+
import plotly.colors as colors
88

99
"""
1010
class TestColors(TestCase):

0 commit comments

Comments
 (0)