mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Fixed spacing in _getextrema method
Signed-off-by: Andreas Florath <andreas@florath.net>
This commit is contained in:
parent
1b8f9d386b
commit
7762dd382a
|
@ -69,7 +69,7 @@ class Stat:
|
||||||
|
|
||||||
v = []
|
v = []
|
||||||
for i in range(0, len(self.h), 256):
|
for i in range(0, len(self.h), 256):
|
||||||
v.append(minmax(self.h[i:i+256]))
|
v.append(minmax(self.h[i : i + 256]))
|
||||||
return v
|
return v
|
||||||
|
|
||||||
def _getcount(self):
|
def _getcount(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user