diff --git a/Lib/gftools/builder/recipeproviders/googlefonts.py b/Lib/gftools/builder/recipeproviders/googlefonts.py index 30999b51..64f48869 100644 --- a/Lib/gftools/builder/recipeproviders/googlefonts.py +++ b/Lib/gftools/builder/recipeproviders/googlefonts.py @@ -57,7 +57,7 @@ "checkCompatibility": True, "overlaps": "booleanOperations", "splitItalic": True, - "expandFeaturesToInstances": True + "expandFeaturesToInstances": True, } @@ -339,7 +339,9 @@ def build_a_static(self, source: File, instance: InstanceDescriptor, output): "operation": "instantiateUfo", "instance_name": instancename, "glyphData": self.config.get("glyphData"), - "expandFeaturesToInstances": self.config.get("expandFeaturesToInstances"), + "expandFeaturesToInstances": self.config.get( + "expandFeaturesToInstances" + ), } ) steps += (