mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-13 09:42:20 +03:00
fixed some whitespace to pass linting
This commit is contained in:
parent
1a075bed52
commit
7324a32443
|
@ -138,8 +138,8 @@ class TestImagecomplextext(PillowTestCase):
|
||||||
draw = ImageDraw.Draw(im)
|
draw = ImageDraw.Draw(im)
|
||||||
draw.text((0, 0), 'абвг', font=ttf, fill=500,
|
draw.text((0, 0), 'абвг', font=ttf, fill=500,
|
||||||
language='sr')
|
language='sr')
|
||||||
|
|
||||||
target = 'Tests/images/test_language.png'
|
target = 'Tests/images/test_language.png'
|
||||||
target_img = Image.open(target)
|
target_img = Image.open(target)
|
||||||
|
|
||||||
self.assert_image_similar(im, target_img, .5)
|
self.assert_image_similar(im, target_img, .5)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user