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

Skip to content

Commit 3a2a4cd

Browse files
committed
Added 'Area' to __all__ so it's actually accessible!
1 parent ba01726 commit 3a2a4cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plotly/graph_objs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
__all__ = ["Data",
4949
"Annotations",
50+
"Area",
5051
"Bar",
5152
"Box",
5253
"Contour",

plotly/graph_objs/graph_objs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
__all__ = ["Data",
3333
"Annotations",
34+
"Area",
3435
"Bar",
3536
"Box",
3637
"Contour",

0 commit comments

Comments
 (0)