mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Explicity return None
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
466da649f5
commit
b0b3097018
|
@ -255,7 +255,7 @@ def get_display_profile(handle=None):
|
|||
"""
|
||||
|
||||
if sys.platform != "win32":
|
||||
return
|
||||
return None
|
||||
|
||||
from PIL import ImageWin
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user