diff --git a/Tests/test_image_entropy.py b/Tests/test_image_entropy.py index 1c0efcd806e..bc792bca6c4 100644 --- a/Tests/test_image_entropy.py +++ b/Tests/test_image_entropy.py @@ -2,9 +2,7 @@ class TestImageEntropy(PillowTestCase): - def test_entropy(self): - def entropy(mode): return hopper(mode).entropy()