mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Continuation line over-indented for visual indent
This commit is contained in:
parent
d265757651
commit
ede35510c1
|
@ -467,7 +467,7 @@ class Color3DLUT(MultibandFilter):
|
|||
def __repr__(self):
|
||||
r = [
|
||||
"{} from {}".format(self.__class__.__name__,
|
||||
self.table.__class__.__name__),
|
||||
self.table.__class__.__name__),
|
||||
"size={:d}x{:d}x{:d}".format(*self.size),
|
||||
"channels={:d}".format(self.channels),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user