Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 270233f

Browse files
committed
Added code misformatting that black should catch
1 parent f218652 commit 270233f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/python/plotly/plotly/colors/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@
184184
[0.9, "rgb(255,102,102)"],
185185
[1, "rgb(255,0,0)"],
186186
],
187-
"Rainbow": [
188-
[0, "rgb(150,0,90)"],
189-
[0.125, "rgb(0,0,200)"],
187+
"Rainbow": [[0, "rgb(150,0,90)"], [0.125, "rgb(0,0,200)"],
190188
[0.25, "rgb(0,25,255)"],
191189
[0.375, "rgb(0,152,255)"],
192190
[0.5, "rgb(44,255,150)"],

0 commit comments

Comments
 (0)