Skip to content

Commit

Permalink
Merge pull request #7025 from Auto-5/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 18, 2023
2 parents 2a557ce + f03f967 commit 16975a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PIL/ImageDraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ def draw_corners(pieslice):
self.draw.draw_rectangle(right, ink, 1)

def _multiline_check(self, text):
"""Draw text."""
split_character = "\n" if isinstance(text, str) else b"\n"

return split_character in text
Expand Down

0 comments on commit 16975a5

Please sign in to comment.