diff --git a/Tests/test_image_crop.py b/Tests/test_image_crop.py index 27a7f07d1..fe92dd865 100644 --- a/Tests/test_image_crop.py +++ b/Tests/test_image_crop.py @@ -2,6 +2,7 @@ from helper import unittest, PillowTestCase, hopper from PIL import Image + class TestImageCrop(PillowTestCase): def test_crop(self):