From 7d625940ae87b2ef79344a32bd3dbc3e2d620c09 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 24 Oct 2018 19:12:17 +0300 Subject: [PATCH] flake8: E131 continuation line unaligned for hanging indent --- src/PIL/PalmImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/PalmImagePlugin.py b/src/PIL/PalmImagePlugin.py index 7d7b16579..e4865b0de 100644 --- a/src/PIL/PalmImagePlugin.py +++ b/src/PIL/PalmImagePlugin.py @@ -12,7 +12,7 @@ from ._binary import o8, o16be as o16b __version__ = "1.0" -_Palm8BitColormapValues = ( +_Palm8BitColormapValues = ( # noqa: E131 (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, 153, 204), (255, 102, 204), (255, 51, 204), (255, 0, 204),