Skip to content

Commit 7a720d0

Browse files
bourdaisjjourdain
authored andcommitted
style: black reformat
1 parent 222f2c3 commit 7a720d0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/00_AddressBook/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def entry_ids(self):
119119
classes="mx-2",
120120
v_model="abAutoApply",
121121
label="Apply",
122-
**compact_styles,
122+
**compact_styles,
123123
)
124124
with vuetify.VBtn(
125125
**btn_styles,

examples/03_VTK/app.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ def import_file(import_file, **kwargs):
135135
with vuetify.VWindow(v_model=("drawer_mode", 0), style="height: 100%;"):
136136
with vuetify.VWindowItem(style="height: 100%;"):
137137
with vuetify.VList(dense=True):
138-
with vuetify.VItemGroup(
139-
v_model=("active_id", 0), color="primary"
140-
):
138+
with vuetify.VItemGroup(v_model=("active_id", 0), color="primary"):
141139
with vuetify.VListItem(
142140
v_for="(id, i) in source_ids",
143141
key="i",

0 commit comments

Comments
 (0)