Explicity return None

Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2020-02-16 06:55:58 +11:00 committed by Andrew Murray
parent 466da649f5
commit b0b3097018

View File

@ -255,7 +255,7 @@ def get_display_profile(handle=None):
"""
if sys.platform != "win32":
return
return None
from PIL import ImageWin