From 90a7414e060d9afbed3847be39031c91d6915aca Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Wed, 3 Jan 2018 11:10:51 +0000 Subject: [PATCH] Fix PyAccess type error --- src/PIL/Image.py | 1 + 1 file changed, 1 insertion(+) 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