mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +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.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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user