1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00

Clean up comment

This commit is contained in:
Mike Voets 2020-07-20 12:27:24 +12:00
parent db3944c1d9
commit e444c95174

View File

@ -98,7 +98,7 @@ def assert_tree(box, expected):
assert isinstance(box, boxes.BlockBox)
assert box.element_tag == 'body'
assert serialize(box.children) == expected, '%s != %s' % (serialize(box.children), expected,)
assert serialize(box.children) == expected
def _sanity_checks(box):