py : fix whitespace

This commit is contained in:
Georgi Gerganov 2024-01-17 18:37:36 +02:00
parent 1fd018a0f1
commit d1677a54cf
1 changed files with 1 additions and 1 deletions

View File

@ -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