[minor] remove semicolons
This commit is contained in:
parent
41d5db5bbc
commit
7fe876a803
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user