Fix PyAccess type error

This commit is contained in:
Eric Soroos 2018-01-03 11:10:51 +00:00
parent f55c6eb23f
commit 90a7414e06

View File

@ -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