mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 07:04:45 +03:00
Typing: additional imports
This commit is contained in:
parent
a5c66e456b
commit
95cf0a6e9f
|
@ -36,7 +36,9 @@ if False:
|
||||||
from .ImageFile import PyDecoder
|
from .ImageFile import PyDecoder
|
||||||
PyEncoder = Any ## FIXME TYPING: PyEncoder is not defined anywhere? Needs stub/class?
|
PyEncoder = Any ## FIXME TYPING: PyEncoder is not defined anywhere? Needs stub/class?
|
||||||
from ._imaging import ImagingCore
|
from ._imaging import ImagingCore
|
||||||
from . import PyAccess
|
from . import PyAccess, ImageFile
|
||||||
|
|
||||||
|
from PyQt5.QtGui import QImage, QPixmap
|
||||||
|
|
||||||
from . import VERSION, PILLOW_VERSION, _plugins
|
from . import VERSION, PILLOW_VERSION, _plugins
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user