Skip to content

Commit 66e6ea7

Browse files
author
moo
committed
missing trailing comma
1 parent 7418e5e commit 66e6ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rigging/tokenize/tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from transformers import AutoTokenizer
1111
except ImportError:
1212
raise ModuleNotFoundError(
13-
"Please install the `transformers` package to use this module."
13+
"Please install the `transformers` package to use this module.",
1414
) from None
1515

1616
from rigging.tokenize.base import Decoder

0 commit comments

Comments
 (0)