mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +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 = []
|
||||
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
|
||||
|
||||
def _getcount(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user