Skip to content

Commit

Permalink
Updated type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 6, 2025
1 parent a7aadcc commit 065eaa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PIL/ImageDraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,8 @@ def _prepare_multiline_text(
),
anchor: str | None,
spacing: float,
align: str,
direction: str | None,
align: Align,
direction: ImageFont.Direction | None,
features: list[str] | None,
language: str | None,
stroke_width: float,
Expand Down

0 comments on commit 065eaa1

Please sign in to comment.