py : fix whitespace

This commit is contained in:
Georgi Gerganov 2024-01-17 18:37:36 +02:00
parent 4f4bf35f46
commit 0f83e727af
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

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