Skip to content

Commit d4fb639

Browse files
committed
MNT: shut flake8 for bokeh.Color.l variable
1 parent 6d9917c commit d4fb639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtesting/_plotting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def colorgen():
6565

6666
def lightness(color, lightness=.94):
6767
color = color.to_hsl()
68-
color.l = lightness
68+
color.l = lightness # noqa
6969
return color.to_rgb()
7070

7171

0 commit comments

Comments
 (0)