Skip to content

Commit 2bf75ba

Browse files
committed
fix lints
1 parent d5b6286 commit 2bf75ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/profiles/googlefonts_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4251,7 +4251,7 @@ def test_check_colorfont_tables():
42514251
assert_results_contain(check(ttFont),
42524252
FAIL, 'add-colr',
42534253
'with a font which should have a COLR table')
4254-
4254+
42554255
#finally delete both color font tables
42564256
del ttFont["SVG "]
42574257
assert 'SVG ' not in ttFont.keys()
@@ -4271,4 +4271,4 @@ def test_check_noto_has_article():
42714271
ttFont = TTFont(TEST_FILE("noto_sans_tamil_supplement/NotoSansTamilSupplement-Regular.ttf"))
42724272
assert_results_contain(check(ttFont),
42734273
FAIL, 'missing-article',
4274-
"with a bad font")
4274+
"with a bad font")

0 commit comments

Comments
 (0)