Skip to content

Commit 221d55e

Browse files
committed
remove comment
1 parent 6f73c55 commit 221d55e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bindings/python/tests/bindings/test_pre_tokenizers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def test_can_modify(self):
207207
pretok = FixedLength(length=5)
208208
assert pretok.length == 5
209209

210-
# Modify these
211210
pretok.length = 10
212211
assert pretok.length == 10
213212

0 commit comments

Comments
 (0)