diff options
Diffstat (limited to 'contrib/python/Pillow/py3/PIL/PaletteFile.py')
-rw-r--r-- | contrib/python/Pillow/py3/PIL/PaletteFile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/Pillow/py3/PIL/PaletteFile.py b/contrib/python/Pillow/py3/PIL/PaletteFile.py index 4a2c497fc4..dc31754020 100644 --- a/contrib/python/Pillow/py3/PIL/PaletteFile.py +++ b/contrib/python/Pillow/py3/PIL/PaletteFile.py @@ -12,6 +12,7 @@ # # See the README file for information on usage and redistribution. # +from __future__ import annotations from ._binary import o8 |