diff options
| author | kickbutt <[email protected]> | 2024-01-23 23:36:43 +0300 | 
|---|---|---|
| committer | kickbutt <[email protected]> | 2024-01-23 23:55:22 +0300 | 
| commit | fe742a0b69a530f86d1ea7aa84978d673256f8b7 (patch) | |
| tree | a045a5eb8dba770797e84d0b233098605396027d /contrib/python/Pillow/py3/PIL/ImImagePlugin.py | |
| parent | bd7d89b121ae7b9f4427766292c950fcc91c2975 (diff) | |
Fix separator in CUDA_ARCHITECTURES
Diffstat (limited to 'contrib/python/Pillow/py3/PIL/ImImagePlugin.py')
| -rw-r--r-- | contrib/python/Pillow/py3/PIL/ImImagePlugin.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/contrib/python/Pillow/py3/PIL/ImImagePlugin.py b/contrib/python/Pillow/py3/PIL/ImImagePlugin.py index b42ba7cac70..97d726a8a65 100644 --- a/contrib/python/Pillow/py3/PIL/ImImagePlugin.py +++ b/contrib/python/Pillow/py3/PIL/ImImagePlugin.py @@ -24,7 +24,7 @@  #  # See the README file for information on usage and redistribution.  # - +from __future__ import annotations  import os  import re | 
