diff --git a/Tests/ttLib/tables/_g_l_y_f_test.py b/Tests/ttLib/tables/_g_l_y_f_test.py index abaca4aac..7bb300fc6 100644 --- a/Tests/ttLib/tables/_g_l_y_f_test.py +++ b/Tests/ttLib/tables/_g_l_y_f_test.py @@ -138,8 +138,8 @@ class GlyphCoordinatesTest(object): def test__bool__(self): g = GlyphCoordinates([(0,0), (0.,0)]) - assert bool(g) == False; + assert bool(g) == False g = GlyphCoordinates([(0,0), (1,0)]) - assert bool(g) == True; + assert bool(g) == True g = GlyphCoordinates([(0,.5), (0,0)]) - assert bool(g) == True; + assert bool(g) == True