Skip to content

Commit 44724c4

Browse files
committed
Run linter
Signed-off-by: Itay Dafna <[email protected]>
1 parent 7c4e62b commit 44724c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipydatagrid/cellrenderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class TextRenderer(CellRenderer):
5959
).tag(sync=True, **widget_serialization)
6060
text_wrap = Bool(default_value=False).tag(sync=True, **widget_serialization)
6161
text_elide_direction = Enum(
62-
values=["right", "left"], default_value='right'
62+
values=["right", "left"], default_value="right"
6363
).tag(sync=True, **widget_serialization)
6464
font = Union(
6565
(Unicode(), Instance(VegaExpr), Instance(Scale)),

0 commit comments

Comments
 (0)