Undo typo

This commit is contained in:
Qwerty-Space 2021-01-23 22:44:23 +00:00 committed by GitHub
parent cc65ef72ae
commit 6de47a43aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ try:
import PIL
import PIL.Image
except ImportError:
PIL = NoneAdd a little more info
PIL = None
if typing.TYPE_CHECKING: