chore(format): run black on dev (#1995)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-04-21 22:30:51 +09:00 committed by GitHub
parent 04603ac5f5
commit 2646bc5cbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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