Skip to content

Commit

Permalink
fix: do not share the Expr for text_color and background_color
Browse files Browse the repository at this point in the history
Signed-off-by: Maarten A. Breddels <maartenbreddels@gmail.com>
  • Loading branch information
maartenbreddels committed Feb 10, 2023
1 parent 5907817 commit f6c56a3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ipydatagrid/cellrenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
from bqplot import ColorScale, Scale
from ipywidgets import Color, Widget, widget_serialization
from py2vega import Variable, py2vega
from traitlets import Any, Bool, Enum, Float, Instance, Unicode, Union, validate
from traitlets import (
Any,
Bool,
Enum,
Float,
Instance,
Unicode,
Union,
default,
validate,
)

from ._frontend import module_name, module_version

Expand Down

0 comments on commit f6c56a3

Please sign in to comment.