mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-31 19:23:16 +03:00
Lint fixes
This commit is contained in:
parent
1a71faf8ea
commit
8b447c4840
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user