From f24808c58cd49092a525b45d00d29d9f45e6e598 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 17 Dec 2023 13:23:01 -0700 Subject: [PATCH] Black --- Tests/ttLib/tables/_g_l_y_f_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ttLib/tables/_g_l_y_f_test.py b/Tests/ttLib/tables/_g_l_y_f_test.py index 7dbdbfd3a..9a3fd2eaf 100644 --- a/Tests/ttLib/tables/_g_l_y_f_test.py +++ b/Tests/ttLib/tables/_g_l_y_f_test.py @@ -719,8 +719,8 @@ class GlyphComponentTest: assert (comp.firstPt, comp.secondPt) == (1, 2) assert not hasattr(comp, "transform") -class GlyphCubicTest: +class GlyphCubicTest: def test_roundtrip(self): font_path = os.path.join(DATA_DIR, "NotoSans-VF-cubic.subset.ttf") font = TTFont(font_path)