Fixed returning type hints
This commit is contained in:
@@ -105,7 +105,7 @@ class NanoSocratesBPE(Encoder):
|
||||
return piece
|
||||
|
||||
PIECE_LENGTH = len(piece) - 1
|
||||
NEW_PIECE = []
|
||||
NEW_PIECE : list[int]= []
|
||||
|
||||
index = 0
|
||||
while index < PIECE_LENGTH:
|
||||
|
||||
Reference in New Issue
Block a user