Skip to content

Commit 8ce78be

Browse files
black
1 parent 014ce9e commit 8ce78be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/percy/plotly-express.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,6 @@
537537
import plotly.express as px
538538

539539
fig = px.funnel(
540-
y=["first", "second", "first", "second"], x=[3,1,4,2], color=["A", "A", "B", "B"]
540+
y=["first", "second", "first", "second"], x=[3, 1, 4, 2], color=["A", "A", "B", "B"]
541541
)
542542
fig.write_html(os.path.join(dir_name, "funnel.html"), auto_play=False)

0 commit comments

Comments
 (0)