aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Pillow/py3/PIL/ImagePath.py
diff options
context:
space:
mode:
authorkickbutt <kickbutt@yandex-team.com>2024-01-23 23:36:43 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-01-24 15:02:13 +0300
commit299dc21a6f70a16b00e1d564fa56961331552415 (patch)
tree183f498a2e98a04f9a6143a11006ba0c10f867f3 /contrib/python/Pillow/py3/PIL/ImagePath.py
parent5ccb6ae864be6b53df427dc3a0fa14dbb95aa11c (diff)
downloadydb-299dc21a6f70a16b00e1d564fa56961331552415.tar.gz
Fix separator in CUDA_ARCHITECTURES
Diffstat (limited to 'contrib/python/Pillow/py3/PIL/ImagePath.py')
-rw-r--r--contrib/python/Pillow/py3/PIL/ImagePath.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/Pillow/py3/PIL/ImagePath.py b/contrib/python/Pillow/py3/PIL/ImagePath.py
index 3d3538c97b..77e8a609a5 100644
--- a/contrib/python/Pillow/py3/PIL/ImagePath.py
+++ b/contrib/python/Pillow/py3/PIL/ImagePath.py
@@ -13,6 +13,7 @@
#
# See the README file for information on usage and redistribution.
#
+from __future__ import annotations
from . import Image