From 85ee82102bea78b5e4659f7ead4008e41f89358c Mon Sep 17 00:00:00 2001 From: Nulano Date: Tue, 20 Feb 2024 21:46:53 +0100 Subject: [PATCH] TEST commit --- src/PIL/ImageFont.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/ImageFont.py b/src/PIL/ImageFont.py index 256c581df0c..16417bc1ba3 100644 --- a/src/PIL/ImageFont.py +++ b/src/PIL/ImageFont.py @@ -193,7 +193,7 @@ class FreeTypeFont: def __init__( self, - font: StrOrBytesPath | BinaryIO | None = None, + font: StrOrBytesPath | BinaryIO | None | int = None, size: float = 10, index: int = 0, encoding: str = "",