mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 02:03:25 +03:00
Continuation line over-indented for visual indent
This commit is contained in:
parent
e7815ccd62
commit
58cc23695d
|
@ -210,10 +210,9 @@ class TestImageFont(PillowTestCase):
|
||||||
ttf = self.get_font()
|
ttf = self.get_font()
|
||||||
|
|
||||||
# Act/Assert
|
# Act/Assert
|
||||||
self.assertRaises(AssertionError,
|
self.assertRaises(
|
||||||
draw.multiline_text, (0, 0), TEST_TEXT,
|
AssertionError,
|
||||||
font=ttf,
|
draw.multiline_text, (0, 0), TEST_TEXT, font=ttf, align="unknown")
|
||||||
align="unknown")
|
|
||||||
|
|
||||||
def test_draw_align(self):
|
def test_draw_align(self):
|
||||||
im = Image.new('RGB', (300, 100), 'white')
|
im = Image.new('RGB', (300, 100), 'white')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user