Skip to content

Commit 4423a15

Browse files
author
goblincomet
committed
MNT: Fix flake8 warnings
1 parent 8d8d7a0 commit 4423a15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backtesting/test/_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def init(self):
418418
a = self.I(SMA, self.data.Close, 5, overlay=True, color='red')
419419
b = self.I(SMA, self.data.Close, 10, overlay=False, color='blue')
420420
self.I(lambda: (a, b), overlay=False, color=('green', 'orange'))
421+
421422
def next(self):
422423
pass
423424

@@ -433,6 +434,7 @@ class S(Strategy):
433434
def init(self):
434435
self.I(SMA, self.data.Close, 5, overlay=True, scatter=True)
435436
self.I(SMA, self.data.Close, 10, overlay=False, scatter=True)
437+
436438
def next(self):
437439
pass
438440

0 commit comments

Comments
 (0)