Skip to content

Commit bffd9a4

Browse files
committed
black
1 parent 0758da1 commit bffd9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/python/plotly/_plotly_utils/tests/validators/test_colorscale_validator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +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('_')
28+
and not c[0].endswith("_r")
29+
and not c[0].startswith("_")
3030
}
3131

3232

0 commit comments

Comments
 (0)