Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Sep 19, 2024
1 parent 0ce12e6 commit cf3032f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_checks_googlefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3959,9 +3959,7 @@ def test_check_fvar_instances(fp, mod, result):
],
)
def test_check_axes_match(fp, mod, result, code):
"""Check font fvar instances are correct"""
from fontTools.ttLib.tables._f_v_a_r import NamedInstance

"""Check if the axes match between the font and the Google Fonts version."""
check = CheckTester("googlefonts/axes_match")
ttFont = TTFont(fp)
expected = expected_font_names(ttFont, [])
Expand Down

0 comments on commit cf3032f

Please sign in to comment.