summaryrefslogtreecommitdiff
path: root/convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'convert.py')
-rwxr-xr-xconvert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.py b/convert.py
index b47bb618..e38ee531 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