Corrected type hint

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2023-11-28 21:43:58 +11:00 committed by GitHub
parent 9e8edb42b6
commit 4bc365547a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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