Skip to content

Commit 3ef557a

Browse files
authored
added blank space to fix lint issue kernc#223
1 parent b045c7c commit 3ef557a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backtesting/lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ def next(self):
486486
trade.sl = min(trade.sl or np.inf,
487487
self.data.Close[index]*(1+(self._sl_percent/100)))
488488

489+
489490
# Prevent pdoc3 documenting __init__ signature of Strategy subclasses
490491
for cls in list(globals().values()):
491492
if isinstance(cls, type) and issubclass(cls, Strategy):

0 commit comments

Comments
 (0)