hatch fmt

This commit is contained in:
litagin02
2024-11-17 12:41:05 +09:00
parent a6047012dd
commit a6bc65271c
15 changed files with 33 additions and 23 deletions

View File

@@ -11,8 +11,10 @@ import torch
from numpy.typing import NDArray
from style_bert_vits2.logging import logger
from style_bert_vits2.models.utils import checkpoints # type: ignore
from style_bert_vits2.models.utils import safetensors # type: ignore
from style_bert_vits2.models.utils import (
checkpoints, # type: ignore
safetensors, # type: ignore
)
if TYPE_CHECKING: