From f740ba780c88bb71f6bc4115e7e97b42ce19bb42 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:30:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index bf75ad09621..4461e0d5036 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -355,7 +355,7 @@ def init(): if _initialized >= 2: return 0 - parrent_module = __name__.replace('.Image', '') + parrent_module = __name__.replace(".Image", "") for plugin in _plugins: try: logger.debug("Importing %s", plugin)