Skip to content

Commit 0758da1

Browse files
committed
fixed test
1 parent 248e622 commit 0758da1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/python/plotly/_plotly_utils/tests/validators/test_colorscale_validator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def validator():
2525
and len(c) == 2
2626
and isinstance(c[0], str)
2727
and isinstance(c[1], list)
28+
and not c[0].endswith('_r')
29+
and not c[0].startswith('_')
2830
}
2931

3032

0 commit comments

Comments
 (0)