Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Nov 1, 2024
1 parent c080f04 commit 20c1bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_checks_googlefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3424,6 +3424,7 @@ def test_check_varfont_instance_names(vf_ttFont):
# Let's see if the check is skipped if a font contains a MORF axis.
# We allow fonts with a MORF axis to have custom fvar instances.
from fontTools.ttLib.tables._f_v_a_r import Axis

vf_ttFont3 = copy(vf_ttFont)
morf_axis = Axis()
morf_axis.axisTag = "MORF"
Expand Down

0 comments on commit 20c1bbb

Please sign in to comment.