Skip to content

Commit

Permalink
rm redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Sep 19, 2024
1 parent cf3032f commit 278c5e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_checks_googlefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3962,7 +3962,6 @@ def test_check_axes_match(fp, mod, result, code):
"""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, [])
if mod:
name, min_val, max_val = mod
if not min_val and not max_val:
Expand Down

0 comments on commit 278c5e6

Please sign in to comment.