mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Corrected type hint
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
9e8edb42b6
commit
4bc365547a
|
@ -194,7 +194,7 @@ class FreeTypeFont:
|
|||
size: float = 10,
|
||||
index: int = 0,
|
||||
encoding: str = "",
|
||||
layout_engine: int = None,
|
||||
layout_engine: int | None = None,
|
||||
) -> None:
|
||||
# FIXME: use service provider instead
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user