mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 07:04:45 +03:00
Fix PyAccess type error
This commit is contained in:
parent
f55c6eb23f
commit
90a7414e06
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user