From 2425b37c4fd2ad0fc41e7b577bbd4c0fb650a7a5 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 11:55:53 +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 8b5cd9731fa..cfb5f90c5a2 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__.rpartition('.') + parrent_module, _, _ = __name__.rpartition(".") for plugin in _plugins: try: logger.debug("Importing %s", plugin)