From ca8ff0b846791250841eed92a05b97bd5ccfe2c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Apr 2024 13:30:54 +0000 Subject: [PATCH] chore(format): run black on dev --- gui_v1.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gui_v1.py b/gui_v1.py index d7fac81..5042c9a 100644 --- a/gui_v1.py +++ b/gui_v1.py @@ -143,10 +143,11 @@ if __name__ == "__main__": self.input_devices_indices = None self.output_devices_indices = None self.stream = None - if not self.config.nocheck: self.check_assets() + if not self.config.nocheck: + self.check_assets() self.update_devices() self.launcher() - + def check_assets(self): global now_dir from infer.lib.rvcmd import check_all_assets, download_all_assets