Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
kygoh committed May 31, 2023
1 parent 5976f6d commit af141ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/layout/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from weasyprint.formatting_structure import boxes
from weasyprint.layout.table import collapse_table_borders

from ..testing_utils import assert_no_logs, capture_logs, parse_all, render_pages
from ..testing_utils import (
assert_no_logs, capture_logs, parse_all, render_pages)


def _get_grid(html):
Expand Down

0 comments on commit af141ba

Please sign in to comment.