Skip to content

Commit 6765ade

Browse files
committed
Blacken
1 parent 678ad3d commit 6765ade

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: packages/python/plotly/templategen/definitions.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ def simple_white():
127127
template.layout.scene.zaxis.update(opts)
128128

129129
# Darken ternary
130-
opts = dict(
131-
linecolor=plotly_clrs["gray14"], gridcolor=plotly_clrs["gray91"]
132-
)
130+
opts = dict(linecolor=plotly_clrs["gray14"], gridcolor=plotly_clrs["gray91"])
133131
template.layout.ternary.aaxis.update(opts)
134132
template.layout.ternary.baxis.update(opts)
135133
template.layout.ternary.caxis.update(opts)

0 commit comments

Comments
 (0)