fixed some whitespace to pass linting

This commit is contained in:
Ben Yang 2019-03-05 20:38:05 -08:00
parent 1a075bed52
commit 7324a32443

View File

@ -138,8 +138,8 @@ class TestImagecomplextext(PillowTestCase):
draw = ImageDraw.Draw(im)
draw.text((0, 0), 'абвг', font=ttf, fill=500,
language='sr')
target = 'Tests/images/test_language.png'
target_img = Image.open(target)
self.assert_image_similar(im, target_img, .5)
self.assert_image_similar(im, target_img, .5)