Skip to content

Commit 20c1bbb

Browse files
committed
black
1 parent c080f04 commit 20c1bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_checks_googlefonts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3424,6 +3424,7 @@ def test_check_varfont_instance_names(vf_ttFont):
34243424
# Let's see if the check is skipped if a font contains a MORF axis.
34253425
# We allow fonts with a MORF axis to have custom fvar instances.
34263426
from fontTools.ttLib.tables._f_v_a_r import Axis
3427+
34273428
vf_ttFont3 = copy(vf_ttFont)
34283429
morf_axis = Axis()
34293430
morf_axis.axisTag = "MORF"

0 commit comments

Comments
 (0)