Added type hint

This commit is contained in:
Andrew Murray 2024-10-14 22:33:03 +11:00
parent 282e7ec8c0
commit 605c4083e1

View File

@ -124,7 +124,7 @@ class ImageFile(Image.Image):
self.readonly = 1 # until we know better
self.mb_config = ()
self.mb_config: tuple[int, ...] = ()
self.decoderconfig: tuple[Any, ...] = ()
self.decodermaxblock = MAXBLOCK