Skip to content

Commit

Permalink
Remove useless TODO
Browse files Browse the repository at this point in the history
This TODO has been fixed with #771.
  • Loading branch information
liZe committed Jul 18, 2019
1 parent 0142689 commit abcd386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weasyprint/layout/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit abcd386

Please sign in to comment.