We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9ceb8 commit 6522190Copy full SHA for 6522190
1 file changed
test/test_sunburst.py
@@ -1,4 +1,4 @@
1
-from sunburst import sunburst
+from toolkit.plot import sunburst
2
import plotly.graph_objs as go
3
import plotly.express as px
4
@@ -12,4 +12,4 @@ def test_sunburst():
12
13
assert fig.layout.title.text == 'My Sunburst Chart'
14
assert fig.layout.width == 800
15
- assert fig.layout.height == 600
+ assert fig.layout.height == 600
0 commit comments