Typing: additional imports

This commit is contained in:
Eric Soroos 2018-01-05 12:51:44 +00:00
parent a5c66e456b
commit 95cf0a6e9f

View File

@ -36,7 +36,9 @@ 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 PyAccess, ImageFile
from PyQt5.QtGui import QImage, QPixmap
from . import VERSION, PILLOW_VERSION, _plugins