diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 0fca3fa5cc4..3fa0d7cad13 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -138,8 +138,6 @@ def isImageType(t): # # Constants -NONE = 0 - # transpose FLIP_LEFT_RIGHT = 0 FLIP_TOP_BOTTOM = 1