remove whitespace

This commit is contained in:
Wolfgang Seeker 2016-04-21 16:55:55 +02:00
parent 6c7301cc6d
commit 736ffcb9a2

View File

@ -172,19 +172,3 @@ def test_sbd_serialization(EN, example):
assert example.to_bytes() == example_serialized.to_bytes()
assert [s.text for s in example.sents] == [s.text for s in example_serialized.sents]