Skip to content

Commit ae08b26

Browse files
committed
markFeatureWriter: import quantize from ufo2ft.util
in googlefonts/ufo2ft#635 that symbol is no longer exported, better to import from its actual location
1 parent eda7aba commit ae08b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/glyphsLib/featureWriters/markFeatureWriter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
MarkToBasePos,
1111
NamedAnchor,
1212
MarkFeatureWriter,
13-
quantize,
1413
)
14+
from ufo2ft.util import quantize
1515

1616

1717
class ContextuallyAwareNamedAnchor(NamedAnchor):

0 commit comments

Comments
 (0)