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