We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9917c commit d4fb639Copy full SHA for d4fb639
backtesting/_plotting.py
@@ -65,7 +65,7 @@ def colorgen():
65
66
def lightness(color, lightness=.94):
67
color = color.to_hsl()
68
- color.l = lightness
+ color.l = lightness # noqa
69
return color.to_rgb()
70
71
0 commit comments