summaryrefslogtreecommitdiffstats
path: root/contrib/python/Pillow/py3/PIL/QoiImagePlugin.py
diff options
context:
space:
mode:
authorkickbutt <[email protected]>2024-01-23 23:36:43 +0300
committerkickbutt <[email protected]>2024-01-23 23:55:22 +0300
commitfe742a0b69a530f86d1ea7aa84978d673256f8b7 (patch)
treea045a5eb8dba770797e84d0b233098605396027d /contrib/python/Pillow/py3/PIL/QoiImagePlugin.py
parentbd7d89b121ae7b9f4427766292c950fcc91c2975 (diff)
Fix separator in CUDA_ARCHITECTURES
Diffstat (limited to 'contrib/python/Pillow/py3/PIL/QoiImagePlugin.py')
-rw-r--r--contrib/python/Pillow/py3/PIL/QoiImagePlugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/Pillow/py3/PIL/QoiImagePlugin.py b/contrib/python/Pillow/py3/PIL/QoiImagePlugin.py
index 66344faac58..a7b9d4a9e3a 100644
--- a/contrib/python/Pillow/py3/PIL/QoiImagePlugin.py
+++ b/contrib/python/Pillow/py3/PIL/QoiImagePlugin.py
@@ -5,6 +5,7 @@
#
# See the README file for information on usage and redistribution.
#
+from __future__ import annotations
import os