Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 10, 2019
1 parent 59c1dbb commit c462592
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Lib/fontmake/font_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,7 @@ def interpolate_instance_ufos(
"""
from glyphsLib.interpolation import apply_instance_data_to_ufo

logger.info(
"Interpolating master UFOs from designspace"
)
logger.info("Interpolating master UFOs from designspace")
designspace = designspaceLib.DesignSpaceDocument.fromfile(designspace.path)
generator = instantiator.Instantiator.from_designspace(
designspace, round_geometry=round_instances
Expand Down

0 comments on commit c462592

Please sign in to comment.