Continuation line over-indented for visual indent

This commit is contained in:
Andrew Murray 2018-10-21 17:34:12 +11:00
parent d265757651
commit ede35510c1

View File

@ -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),
]