diff --git a/convert.py b/convert.py index b47bb6185..e38ee5315 100755 --- a/convert.py +++ b/convert.py @@ -1100,7 +1100,7 @@ class OutputFile: scores.append(score) toktypes.append(toktype) - assert(len(tokens) == vocab.vocab_size) + assert len(tokens) == vocab.vocab_size return tokens, scores, toktypes