Skip to content

Commit afd7687

Browse files
committed
update io plugin interface
1 parent 7310e18 commit afd7687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyexcel_chart/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from pyexcel.internal.common import PyexcelPluginList
1111

1212

13-
__pyexcel_plugins__ = PyexcelPluginList(__name__).add_a_renderer(
14-
submodule='chart',
13+
PyexcelPluginList(__name__).add_a_renderer(
14+
submodule='chart.ChartRenderer',
1515
file_types=['svg'],
1616
stream_type='binary'
1717
)

0 commit comments

Comments
 (0)