From ae08b26716188d027de9c70fb9dc7c017f868dad Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 11 Jan 2024 11:27:59 +0000 Subject: [PATCH] markFeatureWriter: import quantize from ufo2ft.util in https://github.com/googlefonts/ufo2ft/pull/635 that symbol is no longer exported, better to import from its actual location --- Lib/glyphsLib/featureWriters/markFeatureWriter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/glyphsLib/featureWriters/markFeatureWriter.py b/Lib/glyphsLib/featureWriters/markFeatureWriter.py index c0a7bbb90..804a7284c 100644 --- a/Lib/glyphsLib/featureWriters/markFeatureWriter.py +++ b/Lib/glyphsLib/featureWriters/markFeatureWriter.py @@ -10,8 +10,8 @@ MarkToBasePos, NamedAnchor, MarkFeatureWriter, - quantize, ) +from ufo2ft.util import quantize class ContextuallyAwareNamedAnchor(NamedAnchor):