From c30f4e5074c3b48c9273abae07a9b317df260d47 Mon Sep 17 00:00:00 2001 From: Ben Kiel Date: Sun, 28 May 2023 08:19:54 -0500 Subject: [PATCH] fix lint error --- Tests/ttLib/sfnt_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ttLib/sfnt_test.py b/Tests/ttLib/sfnt_test.py index 9a4310ce5..7eb4dbe3c 100644 --- a/Tests/ttLib/sfnt_test.py +++ b/Tests/ttLib/sfnt_test.py @@ -89,4 +89,4 @@ def test_ttLib_sfnt_write_privData(tmp_path, ttfont_path): font.save(output_path) assert output_path.exists() - assert TTFont(output_path).flavorData.privData == privData \ No newline at end of file + assert TTFont(output_path).flavorData.privData == privData