Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Aug 21, 2024
1 parent b75e683 commit abe9214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weasyprint/svg/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

def use(svg, node, font_size):
"""Draw use tags."""
from . import NOT_INHERITED_ATTRIBUTES, SVG
from . import SVG

x, y = svg.point(node.get('x'), node.get('y'), font_size)

Expand Down

0 comments on commit abe9214

Please sign in to comment.