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 Nov 15, 2024
1 parent 41adc9e commit b912bb0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ def load_from_file(filter_column=None, parametrized_species=None):
vm.Filter(id="p1-F-2", column="species", targets=["p1-G-2"], selector=vm.Dropdown(title="Static filter")),
vm.Parameter(
targets=["p1-G-1.x", "p1-G-2.x"],
selector=vm.RadioItems(
options=["species", "sepal_width"], title="Simple X-axis parameter"
),
selector=vm.RadioItems(options=["species", "sepal_width"], title="Simple X-axis parameter"),
),
],
)
Expand Down

0 comments on commit b912bb0

Please sign in to comment.