Lint fixes

This commit is contained in:
Andrew Murray 2019-06-26 19:16:36 +10:00
parent 1a71faf8ea
commit 8b447c4840

View File

@ -2,9 +2,7 @@ from .helper import PillowTestCase, hopper
class TestImageEntropy(PillowTestCase): class TestImageEntropy(PillowTestCase):
def test_entropy(self): def test_entropy(self):
def entropy(mode): def entropy(mode):
return hopper(mode).entropy() return hopper(mode).entropy()