Skip to content

Commit

Permalink
markFeatureWriter: import quantize from ufo2ft.util
Browse files Browse the repository at this point in the history
in googlefonts/ufo2ft#635 that symbol is no longer exported, better to import from its actual location
  • Loading branch information
anthrotype committed Jan 11, 2024
1 parent eda7aba commit ae08b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/glyphsLib/featureWriters/markFeatureWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
MarkToBasePos,
NamedAnchor,
MarkFeatureWriter,
quantize,
)
from ufo2ft.util import quantize


class ContextuallyAwareNamedAnchor(NamedAnchor):
Expand Down

0 comments on commit ae08b26

Please sign in to comment.