flake8: E131 continuation line unaligned for hanging indent

This commit is contained in:
Hugo 2018-10-24 19:12:17 +03:00
parent 254f959c3a
commit 7d625940ae

View File

@ -12,7 +12,7 @@ from ._binary import o8, o16be as o16b
__version__ = "1.0" __version__ = "1.0"
_Palm8BitColormapValues = ( _Palm8BitColormapValues = ( # noqa: E131
(255, 255, 255), (255, 204, 255), (255, 153, 255), (255, 102, 255), (255, 255, 255), (255, 204, 255), (255, 153, 255), (255, 102, 255),
(255, 51, 255), (255, 0, 255), (255, 255, 204), (255, 204, 204), (255, 51, 255), (255, 0, 255), (255, 255, 204), (255, 204, 204),
(255, 153, 204), (255, 102, 204), (255, 51, 204), (255, 0, 204), (255, 153, 204), (255, 102, 204), (255, 51, 204), (255, 0, 204),