From 8d623b9fd104712c14c82c5365c54ab2307225d5 Mon Sep 17 00:00:00 2001 From: dutcu Date: Sat, 22 Jun 2024 17:39:51 +0200 Subject: [PATCH] branches fix --- src/PIL/ImageFile.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/PIL/ImageFile.py b/src/PIL/ImageFile.py index 08c746efe..a2283a1d9 100644 --- a/src/PIL/ImageFile.py +++ b/src/PIL/ImageFile.py @@ -39,10 +39,6 @@ from . import Image from ._deprecate import deprecate from ._util import is_path -branches = { - "1": False, - "2": False, -} MAXBLOCK = 65536