mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +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,
|
size: float = 10,
|
||||||
index: int = 0,
|
index: int = 0,
|
||||||
encoding: str = "",
|
encoding: str = "",
|
||||||
layout_engine: int = None,
|
layout_engine: int | None = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
# FIXME: use service provider instead
|
# FIXME: use service provider instead
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user