Skip to content

Commit 12f9365

Browse files
ibdafnagaborbernat
authored andcommitted
fix missing imports
Signed-off-by: Itay Dafna <[email protected]>
1 parent 2812aee commit 12f9365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipydatagrid/__init__.py

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

44
from ._version import __version__ # noqa
55
from .datagrid import DataGrid, SelectionHelper # noqa
6+
from .cellrenderer import CellRenderer, TextRenderer, BarRenderer, VegaExpr, Expr # noqa
67

78

89
def _jupyter_nbextension_paths():

0 commit comments

Comments
 (0)