Fix formatting

This commit is contained in:
ines 2017-05-23 11:32:00 +02:00
parent 4cd26bcb83
commit d0c6d4f76d

View File

@ -35,7 +35,6 @@ def test_tokenizer_handles_cnts(en_tokenizer, text, length):
assert len(tokens) == length assert len(tokens) == length
@pytest.mark.parametrize('text,match', [ @pytest.mark.parametrize('text,match', [
('10', True), ('1', True), ('10,000', True), ('10,00', True), ('10', True), ('1', True), ('10,000', True), ('10,00', True),
('999.0', True), ('one', True), ('two', True), ('billion', True), ('999.0', True), ('one', True), ('two', True), ('billion', True),