Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonvet committed Jan 5, 2025
1 parent 6f73c55 commit 221d55e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/tests/bindings/test_pre_tokenizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def test_can_modify(self):
pretok = FixedLength(length=5)
assert pretok.length == 5

# Modify these
pretok.length = 10
assert pretok.length == 10

Expand Down

0 comments on commit 221d55e

Please sign in to comment.