Skip to content

Commit 0c555f6

Browse files
committed
Include reversed colorscales
1 parent bffd9a4 commit 0c555f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ 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")
2928
and not c[0].startswith("_")
3029
}
3130

0 commit comments

Comments
 (0)