Skip to content

Commit

Permalink
style: black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdaisj authored and jourdain committed Jan 4, 2024
1 parent 222f2c3 commit 7a720d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/00_AddressBook/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def entry_ids(self):
classes="mx-2",
v_model="abAutoApply",
label="Apply",
**compact_styles,
**compact_styles,
)
with vuetify.VBtn(
**btn_styles,
Expand Down
4 changes: 1 addition & 3 deletions examples/03_VTK/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ def import_file(import_file, **kwargs):
with vuetify.VWindow(v_model=("drawer_mode", 0), style="height: 100%;"):
with vuetify.VWindowItem(style="height: 100%;"):
with vuetify.VList(dense=True):
with vuetify.VItemGroup(
v_model=("active_id", 0), color="primary"
):
with vuetify.VItemGroup(v_model=("active_id", 0), color="primary"):
with vuetify.VListItem(
v_for="(id, i) in source_ids",
key="i",
Expand Down

0 comments on commit 7a720d0

Please sign in to comment.