Skip to content

Commit 04029f6

Browse files
committed
black formatting
1 parent 36823a9 commit 04029f6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/percy/plotly-express.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,4 @@
545545
fig.write_html(os.path.join(dir_name, "timeline.html"), auto_play=False)
546546

547547

548-
px.bar(
549-
pd.DataFrame(columns=['A', 'B', 'X']),
550-
x = 'A',
551-
y = 'X',
552-
facet_col = 'B'
553-
)
548+
px.bar(pd.DataFrame(columns=["A", "B", "X"]), x="A", y="X", facet_col="B")

0 commit comments

Comments
 (0)