diff options
Diffstat (limited to 'contrib/python/Pillow/py3/PIL/WalImageFile.py')
-rw-r--r-- | contrib/python/Pillow/py3/PIL/WalImageFile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/Pillow/py3/PIL/WalImageFile.py b/contrib/python/Pillow/py3/PIL/WalImageFile.py index 3d9f97f848..c5bf3e04cf 100644 --- a/contrib/python/Pillow/py3/PIL/WalImageFile.py +++ b/contrib/python/Pillow/py3/PIL/WalImageFile.py @@ -22,6 +22,7 @@ and has been tested with a few sample files found using google. is not registered for use with :py:func:`PIL.Image.open()`. To open a WAL file, use the :py:func:`PIL.WalImageFile.open()` function instead. """ +from __future__ import annotations from . import Image, ImageFile from ._binary import i32le as i32 |