MNT: shut flake8 for bokeh.Color.l variable

This commit is contained in:
Kernc
2019-08-02 02:18:06 +02:00
parent 6d9917cf89
commit d4fb639ca7

View File

@@ -65,7 +65,7 @@ def colorgen():
def lightness(color, lightness=.94):
color = color.to_hsl()
color.l = lightness
color.l = lightness # noqa
return color.to_rgb()