py : fix whitespace
This commit is contained in:
parent
1fd018a0f1
commit
d1677a54cf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue