Skip to content

Commit 6b174a6

Browse files
committed
Add __all__ to plotly widgets
Signed-off-by: Patrick Avery <[email protected]>
1 parent 57dd546 commit 6b174a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trame-plotly
3-
version = 2.0.0rc3
3+
version = 2.0.0rc4
44
description = Plotly figure widget for trame
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

trame_plotly/widgets/plotly.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,8 @@ def to_data(chart, **kwargs):
101101
Serialize plotly figure
102102
"""
103103
return ENCODER(chart.to_plotly_json())
104+
105+
106+
__all__ = [
107+
"Figure",
108+
]

0 commit comments

Comments
 (0)