Skip to content

Commit

Permalink
Added blank line to fix lin issue kernc#223
Browse files Browse the repository at this point in the history
  • Loading branch information
zlpatel authored Jun 13, 2021
1 parent 898969c commit a7732f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backtesting/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ class PercentageTrailingStrategy(Strategy):
overridden methods.
"""
_sl_percent = 5.

def init(self):
super().init()

Expand Down

0 comments on commit a7732f2

Please sign in to comment.