Skip to content

Commit

Permalink
Remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 30, 2024
1 parent 15bf11b commit 67c2521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weasyprint/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .matrix import Matrix
from .stacking import StackingContext
from .text.ffi import ffi, pango, units_from_double, units_to_double
from .text.fonts import get_hb_object_data, get_pango_font_hb_face
from .text.fonts import get_hb_object_data
from .text.line_break import get_last_word_end

SIDES = ('top', 'right', 'bottom', 'left')
Expand Down

0 comments on commit 67c2521

Please sign in to comment.