Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 7, 2024
1 parent 6f9d3df commit 768769b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

@capture("graph")
def my_graph_figure_px(data_frame):
"""blah"""
"""Blah"""
return px.scatter(data_frame, x="sepal_width", y="sepal_length")


@capture("graph")
def my_graph_figure_go(data_frame):
"""blahhrl"""
"""Blahhrl"""
return go.Figure(go.Scatter(x=data_frame["sepal_width"], y=data_frame["sepal_length"]))


Expand Down

0 comments on commit 768769b

Please sign in to comment.