From 2646bc5cbb6c9dbe51831eb5c0aebe0000a94fdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:30:51 +0900 Subject: [PATCH] chore(format): run black on dev (#1995) Co-authored-by: github-actions[bot] --- 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