From abcd386e2f57ff3aa062e3a752b635cf5f412c2e Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 18 Jul 2019 16:40:42 +0200 Subject: [PATCH] Remove useless TODO This TODO has been fixed with #771. --- weasyprint/layout/blocks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/weasyprint/layout/blocks.py b/weasyprint/layout/blocks.py index c92048720..b0b5efe28 100644 --- a/weasyprint/layout/blocks.py +++ b/weasyprint/layout/blocks.py @@ -353,7 +353,6 @@ def block_container_layout(context, box, max_position_y, skip_stack, page_break = block_level_page_break( last_in_flow_child, child) if new_children and page_break in ('avoid', 'avoid-page'): - # TODO: fill the blank space at the bottom of the page result = find_earlier_page_break( new_children, absolute_boxes, fixed_boxes) if result: