diff --git a/src/PIL/Image.py b/src/PIL/Image.py index e3fa3e6a6..1ea503b27 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -37,6 +37,7 @@ if False: from .ImageFile import PyDecoder PyEncoder = Any ## FIXME TYPING: PyEncoder is not defined anywhere? Needs stub/class? from ._imaging import ImagingCore + from . import PyAccess from . import VERSION, PILLOW_VERSION, _plugins