mirror of
https://github.com/kernc/backtesting.py.git
synced 2024-01-28 15:29:30 +03:00
MNT: shut flake8 for bokeh.Color.l variable
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user