mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Removed unused variable
This commit is contained in:
parent
c27110ab56
commit
096b532a90
|
@ -298,7 +298,6 @@ class ImageDraw(object):
|
|||
|
||||
def multiline_textsize(self, text, font=None, spacing=0):
|
||||
max_width = 0
|
||||
height = 0
|
||||
lines = self._multiline_split(text)
|
||||
line_spacing = self.textsize('A', font=font)[1] + spacing
|
||||
for line in lines:
|
||||
|
|
Loading…
Reference in New Issue
Block a user