From 7a720d0fd2f2ba7b36ec2290e2ff0063d537f701 Mon Sep 17 00:00:00 2001 From: Jules BOURDAIS Date: Thu, 4 Jan 2024 17:38:36 +0100 Subject: [PATCH] style: black reformat --- examples/00_AddressBook/app.py | 2 +- examples/03_VTK/app.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/00_AddressBook/app.py b/examples/00_AddressBook/app.py index ceba9a0..302cef3 100644 --- a/examples/00_AddressBook/app.py +++ b/examples/00_AddressBook/app.py @@ -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, diff --git a/examples/03_VTK/app.py b/examples/03_VTK/app.py index 4000945..c21deda 100644 --- a/examples/03_VTK/app.py +++ b/examples/03_VTK/app.py @@ -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",