Skip to content

Commit

Permalink
[fix]: fix flake8 format
Browse files Browse the repository at this point in the history
  • Loading branch information
jianganbai committed Aug 30, 2023
1 parent a1db2c9 commit 7de8833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wenet/dataset/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def tokenize(data,
bpe_model=None,
non_lang_syms=None,
split_with_space=False,
special_tokens=['<unk>']):
special_tokens=('<unk>',)):
""" Decode text to chars or BPE
Inplace operation
Expand Down

0 comments on commit 7de8833

Please sign in to comment.