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)