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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-01-16 20:32:37 +09:00
committed by GitHub
parent 4e8e235024
commit 8d5c34601b
3 changed files with 56 additions and 36 deletions

View File

@@ -117,12 +117,7 @@ def main():
children[i].join()
def run(
rank,
n_gpus,
hps,
logger: logging.Logger
):
def run(rank, n_gpus, hps, logger: logging.Logger):
global global_step
if rank == 0:
# logger = utils.get_logger(hps.model_dir)