mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Added space before colon
Signed-off-by: Andreas Florath <andreas@florath.net>
This commit is contained in:
parent
f7d40ce31c
commit
e01354a2c8
|
@ -67,7 +67,7 @@ class Stat:
|
|||
def _getcount(self):
|
||||
"""Get total number of pixels in each layer"""
|
||||
|
||||
return [sum(self.h[i: i + 256]) for i in range(0, len(self.h), 256)]
|
||||
return [sum(self.h[i : i + 256]) for i in range(0, len(self.h), 256)]
|
||||
|
||||
def _getsum(self):
|
||||
"""Get sum of all pixels in each layer"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user