mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +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):
|
def __repr__(self):
|
||||||
r = [
|
r = [
|
||||||
"{} from {}".format(self.__class__.__name__,
|
"{} from {}".format(self.__class__.__name__,
|
||||||
self.table.__class__.__name__),
|
self.table.__class__.__name__),
|
||||||
"size={:d}x{:d}x{:d}".format(*self.size),
|
"size={:d}x{:d}x{:d}".format(*self.size),
|
||||||
"channels={:d}".format(self.channels),
|
"channels={:d}".format(self.channels),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user