瀏覽代碼

py : fix whitespace

Georgi Gerganov 2 年之前
父節點
當前提交
0f83e727af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      convert.py

+ 1 - 1
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