Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsan committed May 2, 2024
1 parent 5a125ad commit 26ffec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from dataclasses import dataclass, field

from ._subset import GlyphDrawer, Font, ShapeContext, find_best_font_match, text_runs # type: ignore
from .types import FontRun, FontStyle, Glyph, GlyphRun, Path, PathVerb, Point
from ._types import FontRun, FontStyle, Glyph, GlyphRun, Path, PathVerb, Point


@dataclass(eq=False)
Expand Down

0 comments on commit 26ffec4

Please sign in to comment.