From 8b447c4840487bc4fa1995f7955cfe32a83d81da Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 26 Jun 2019 19:16:36 +1000 Subject: [PATCH] Lint fixes --- Tests/test_image_entropy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/test_image_entropy.py b/Tests/test_image_entropy.py index 1c0efcd80..bc792bca6 100644 --- a/Tests/test_image_entropy.py +++ b/Tests/test_image_entropy.py @@ -2,9 +2,7 @@ from .helper import PillowTestCase, hopper class TestImageEntropy(PillowTestCase): - def test_entropy(self): - def entropy(mode): return hopper(mode).entropy()