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

Remove useless import

This commit is contained in:
Guillaume Ayoub 2016-01-29 00:42:13 +01:00
parent 937c2cb67c
commit c374640580

View File

@ -17,8 +17,7 @@ from ..logger import LOGGER
from ..formatting_structure import boxes from ..formatting_structure import boxes
from ..css.properties import Dimension from ..css.properties import Dimension
from .percentages import resolve_percentages, resolve_one_percentage from .percentages import resolve_percentages, resolve_one_percentage
from .preferred import ( from .preferred import table_and_columns_preferred_widths, max_content_width
adjust, table_and_columns_preferred_widths, max_content_width)
def table_layout(context, table, max_position_y, skip_stack, def table_layout(context, table, max_position_y, skip_stack,