Skip to content

Commit

Permalink
Remove useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Jun 21, 2024
1 parent 39208b0 commit f39039b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weasyprint/layout/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ def grid_layout(context, box, bottom_space, skip_stack, containing_block,
second_flow = 'row' if 'column' in flow else 'column' # other axis
first_tracks = rows if first_flow == 'row' else columns
second_tracks = rows if second_flow == 'row' else columns
auto_tracks = auto_rows if first_flow == 'row' else auto_columns

# 1.1 Position anything that’s not auto-positioned.
children_positions = {}
Expand Down

0 comments on commit f39039b

Please sign in to comment.