Skip to content

Commit

Permalink
chore(format): run black on dev (#664)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 6, 2024
1 parent 96c7f70 commit 2647238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChatTTS/model/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

class Tokenizer:
def __init__(
self, tokenizer_path: torch.serialization.FILE_LIKE,
self,
tokenizer_path: torch.serialization.FILE_LIKE,
):
"""
tokenizer: BertTokenizerFast = torch.load(
Expand Down

0 comments on commit 2647238

Please sign in to comment.